MCP server for Productboard API integration
Productboard MCP becomes available to MCP clients through the productboard mcp mcp server. MCP server for Productboard API integration.
An MCP (Model Context Protocol) server for the Productboard API. Enables AI assistants (Claude, Cursor, etc.) to interact with your Productboard workspace.
Once connected, the assistant can call these 14 tools directly:
pb_feature_list — List features with filteringpb_feature_get — Get a feature by IDpb_feature_create — Create a new featurepb_feature_update — Update an existing featurepb_feature_delete — Delete a featurepb_product_list — List productspb_product_create — Create a productpb_product_hierarchy — Get full product hierarchypb_note_list — List customer notespb_note_create — Create a customer notepb_objective_list — List objectivespb_objective_create — Create an objectivepb_objective_update — Update an objectivepb_keyresult_list — List key resultsThe server is distributed via npm as fails, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Before the server will start you need to supply 5 environment variables: PRODUCTBOARD_API_TOKEN, LOG_LEVEL, PRODUCTBOARD_API_BASE_URL, PRODUCTBOARD_OAUTH_CLIENT_ID, PRODUCTBOARD_OAUTH_CLIENT_SECRET. Keep credentials in your client's env block or a secrets manager rather than committing them.
Productivity servers pay off through capture: the tasks and notes that never get filed are the ones where opening the app is more friction than the thought is worth. Productboard MCP sits in that group, and the shape of its toolset — pb_feature_list, pb_feature_get, pb_feature_create among others — tells you what it is really for. Worth comparing against the other productivity servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| pb_feature_list | List features with filtering |
| pb_feature_get | Get a feature by ID |
| pb_feature_create | Create a new feature |
| pb_feature_update | Update an existing feature |
| pb_feature_delete | Delete a feature |
| pb_product_list | List products |
| pb_product_create | Create a product |
| pb_product_hierarchy | Get full product hierarchy |
| pb_note_list | List customer notes |
| pb_note_create | Create a customer note |
| pb_objective_list | List objectives |
| pb_objective_create | Create an objective |
| pb_objective_update | Update an objective |
| pb_keyresult_list | List key results |
{
"mcpServers": {
"productboard": {
"command": "npx",
"args": ["-y", "fails"],
"env": {
"PRODUCTBOARD_API_TOKEN": "your-value",
"LOG_LEVEL": "your-value",
"PRODUCTBOARD_API_BASE_URL": "your-value",
"PRODUCTBOARD_OAUTH_CLIENT_ID": "your-value",
"PRODUCTBOARD_OAUTH_CLIENT_SECRET": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| PRODUCTBOARD_API_TOKEN | Credential the server authenticates with. | Yes |
| LOG_LEVEL | Configuration value read at startup. | Optional |
| PRODUCTBOARD_API_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| PRODUCTBOARD_OAUTH_CLIENT_ID | Configuration value read at startup. | Optional |
| PRODUCTBOARD_OAUTH_CLIENT_SECRET | Credential the server authenticates with. | Yes |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.