The parts of Productboard that are slow by hand — pulling the whole product hierarchy, filing a customer note against a feature, moving a release status — become single calls, which is what lets an agent go from a support conversation to a logged note without a handoff.
An MCP server over the Productboard API, authenticated with a workspace API token. Twenty-one tools spanning the feature hierarchy, customer notes, the objective and key-result layer, and release planning.
- Features listed with filtering, read by ID, created, updated and deleted
- Products listed and created, and the full product hierarchy fetched in one call
- Customer notes listed and created
- Objectives listed, created and updated
- Key results listed, created and updated
- Releases listed, created and updated, with status changes and the release timeline
A Productboard API token in the environment. The one-click path is the `.mcpb` bundle from the releases page — drag it into Claude Desktop under Developer → Extensions → Install and set the token in the extension settings; it is self-contained, with no cloning or building. If you install manually instead, turn the log level down to errors only: MCP talks over stdio, and info-level logs printed to stdout will lock the server up. There is no npx path yet.
