Productboard MCP Server
About
Integrates with the Productboard API, offering 49 specialized tools to manage all major Productboard functionalities.
Details
- Author
- enreign
- Categories
- Productivity, Project Management, API, Other
Jump to
Option 1: One-click install (.mcpb bundle) — Recommended
Download the latest.mcpbfile from the](https://www.productboard.com)Releasespage and drag it into Claude Desktop (Developer → Extensions → Install), or double-click it in a compatible MCP client.
The bundle is self-contained — no cloning or building required.
After installing, set yourPRODUCTBOARD_API_TOKENin the extension settings.
# 1. Clone the repo git clone https://github.com/Enreign/productboard-mcp.git cd productboard-mcp # 2. Install dependencies and build npm install --include=dev npm run build
Then add to yourclaude_desktop_config.json:
{ "mcpServers": { "productboard": { "command": "node", "args": ["/absolute/path/to/productboard-mcp/dist/index.js"], "env": { "PRODUCTBOARD_API_TOKEN": "your-api-token-here", "LOG_LEVEL": "error" } } } }
Important:SetLOG_LEVELtoerror(notinfo). MCP uses stdio for communication — info-level logs printed to stdout will interfere with the protocol and cause the server to lock up.
⚠️ Coming soon — not yet published to npm. Use Option 1 or 2 above.
{ "mcpServers": { "productboard": { "command": "npx", "args": ["-y", "@enreign/productboard-mcp"], "env": { "PRODUCTBOARD_API_TOKEN": "your-api-token-here", "LOG_LEVEL": "error" } } } }
- Log in to your Productboard workspace
- Go toProfile & Settings→API Access
- ClickGenerate API keyand copy the token
Note for MCP clients:Always setLOG_LEVEL=errorwhen using with Claude Desktop, Cursor, or any stdio-based MCP client. Higher log levels write to stdout and will break the MCP protocol.
"MCP server locks up / produces error logs"→ Add"LOG_LEVEL": "error"to theenvblock in your MCP config. Info logs written to stdout interfere with the stdio transport.
"npx fails / package not found"→ The package is not yet published to npm. Use the.mcpbbundle or local install above.
"command not found after local build"→ Pointargsat the full absolute path todist/index.js, not theproductboard-mcp.jswrapper.
Manage time tracking, projects, clients, and tasks using the Harvest API.
Provides comprehensive project management context to AI agents using the Helios-9 API.
Integrate the Productboard API into agentic workflows for product management.
Interact with the Productive.io API for project management and productivity tasks.
A server for interacting with the TimeChimp API v2 to manage time tracking and projects.
Interact with task, doc, and project data in Dart, an AI-native project management tool
Perform queries and entity operations in your Fibery workspace.
Magica is your all-in-one AI platform, offering 2500+ cutting-edge tools under a single subscription.
Turn your Make scenarios into callable tools for AI assistants.
Remote MCP server for MeisterTask. Create and manage projects, tasks, and notes from your AI assistant. Hosted (streamable-HTTP) — connect at https://mcp.meistertask.com/mcp
Integrates with the Productboard API, offering 49 specialized tools to manage all major Productboard functionalities.
AnMCP (Model Context Protocol)server for theProductboardAPI. Enables AI assistants (Claude, Cursor, etc.) to interact with your Productboard workspace.
Option 1: One-click install (.mcpb bundle) — Recommended
Download the latest.mcpbfile from theReleasespage and drag it into Claude Desktop (Developer → Extensions → Install), or double-click it in a compatible MCP client.
The bundle is self-contained — no cloning or building required.
After installing, set yourPRODUCTBOARD_API_TOKENin the extension settings.
# 1. Clone the repo git clone https://github.com/Enreign/productboard-mcp.git cd productboard-mcp # 2. Install dependencies and build npm install --include=dev npm run build
Then add to yourclaude_desktop_config.json:
{ "mcpServers": { "productboard": { "command": "node", "args": ["/absolute/path/to/productboard-mcp/dist/index.js"], "env": { "PRODUCTBOARD_API_TOKEN": "your-api-token-here", "LOG_LEVEL": "error" } } } }
Important:SetLOG_LEVELtoerror(notinfo). MCP uses stdio for communication — info-level logs printed to stdout will interfere with the protocol and cause the server to lock up.
⚠️ Coming soon — not yet published to npm. Use Option 1 or 2 above.
{ "mcpServers": { "productboard": { "command": "npx", "args": ["-y", "@enreign/productboard-mcp"], "env": { "PRODUCTBOARD_API_TOKEN": "your-api-token-here", "LOG_LEVEL": "error" } } } }
- Log in to your Productboard workspace
- Go toProfile & Settings→API Access
- ClickGenerate API keyand copy the token
Note for MCP clients:Always setLOG_LEVEL=errorwhen using with Claude Desktop, Cursor, or any stdio-based MCP client. Higher log levels write to stdout and will break the MCP protocol.
"MCP server locks up / produces error logs"→ Add"LOG_LEVEL": "error"to theenvblock in your MCP config. Info logs written to stdout interfere with the stdio transport.
"npx fails / package not found"→ The package is not yet published to npm. Use the.mcpbbundle or local install above.
"command not found after local build"→ Pointargsat the full absolute path todist/index.js, not theproductboard-mcp.jswrapper.
Manage time tracking, projects, clients, and tasks using the Harvest API.
Provides comprehensive project management context to AI agents using the Helios-9 API.
Integrate the Productboard API into agentic workflows for product management.
Interact with the Productive.io API for project management and productivity tasks.
A server for interacting with the TimeChimp API v2 to manage time tracking and projects.
Interact with task, doc, and project data in Dart, an AI-native project management tool
Perform queries and entity operations in your Fibery workspace.
Magica is your all-in-one AI platform, offering 2500+ cutting-edge tools under a single subscription.
Turn your Make scenarios into callable tools for AI assistants.
Remote MCP server for MeisterTask. Create and manage projects, tasks, and notes from your AI assistant. Hosted (streamable-HTTP) — connect at https://mcp.meistertask.com/mcp
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



