Pm Copilot MCP Server

MCP server that triangulates customer support tickets and feature requests to help PMs decide what to build next

Local serverstdioTypeScript

What is the Pm Copilot MCP server?

Connect Pm Copilot to Claude, Cursor or any other MCP client and it stops being a tab you switch to. MCP server that triangulates customer support tickets and feature requests to help PMs decide what to build next. The pm copilot mcp server is what makes that connection.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • synthesize_feedback — Cross-references HelpScout tickets and ProductLift feature requests, returns theme-matched analysis with priority scores
  • generate_product_plan — Builds a prioritized product plan with evidence and customer quotes. Accepts external business metrics via kpi_context
  • get_feature_requests — Raw ProductLift data access for browsing feature requests directly. Each request includes its public url
  • list_sources — Lists the data sources the server is connected to — HelpScout mailboxes (id + name) and ProductLift portals (name + url) — so you can discover the

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Where it fits

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Pm Copilot's toolset — synthesize_feedback, generate_product_plan, get_feature_requests and 1 more — is a fair guide to whether it matches your workflow. It is maintained by dkships; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
synthesize_feedbackCross-references HelpScout tickets and ProductLift feature requests, returns theme-matched analysis with priority scores.
generate_product_planBuilds a prioritized product plan with evidence and customer quotes. Accepts external business metrics via kpi_context.
get_feature_requestsRaw ProductLift data access for browsing feature requests directly. Each request includes its public url.
list_sourcesLists the data sources the server is connected to — HelpScout mailboxes (id + name) and ProductLift portals (name + url) — so you can discover the names to pass to mailbox_name / portal_name. Read-only; never returns API

Example prompts to try

  • Use Pm Copilot to synthesize feedback.
  • Use Pm Copilot to generate product plan.
  • Use Pm Copilot to get feature requests.

Frequently asked questions

It connects Pm Copilot to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (synthesize_feedback, generate_product_plan, get_feature_requests, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Pm Copilot directly.