by kenjihikmatullah
Integrates the Productboard API into agentic workflows via MCP, exposing a set of tools for retrieving companies, components, features, notes, and products.
Integrates the Productboard API into agentic workflows via MCP, providing a suite of tools that allow agents to query and manipulate Productboard data such as companies, components, features, statuses, notes, and products.
claude_desktop_config.json
(or the appropriate config file for your environment) using the provided NPX command.get_companies
, get_feature_detail
) from your agentic workflow.{
"mcpServers": {
"productboard": {
"command": "npx",
"args": ["-y", "productboard-mcp"],
"env": {
"PRODUCTBOARD_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}
npx -y productboard-mcp
.Q: Do I need to install anything globally?
A: No. The server runs via npx
, which downloads the package on demand.
Q: Which environment variable supplies the token?
A: PRODUCTBOARD_ACCESS_TOKEN
.
Q: Can I use the server with other MCP‑compatible tools? A: Yes, as long as they can read the configuration format shown above.
Q: Is there a license? A: The project is released under the MIT License.
Integrate the Productboard API into agentic workflows via MCP
get_companies
get_company_detail
get_components
get_component_detail
get_features
get_feature_detail
get_feature_statuses
get_notes
get_products
get_product_detail
Obtain your access token referring to this guidance
To use this with Claude Desktop, add the following to your claude_desktop_config.json
:
{
"mcpServers": {
"productboard": {
"command": "npx",
"args": [
"-y",
"productboard-mcp"
],
"env": {
"PRODUCTBOARD_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "productboard": { "command": "npx", "args": [ "-y", "productboard-mcp" ], "env": { "PRODUCTBOARD_ACCESS_TOKEN": "<YOUR_TOKEN>" } } } }
Explore related MCPs that share similar capabilities and solve comparable challenges
by Skyvern-AI
Automates browser‑based workflows by leveraging large language models and computer‑vision techniques, turning natural‑language prompts into fully functional web interactions without writing custom scripts.
by ahujasid
Enables Claude AI to control Blender for prompt‑assisted 3D modeling, scene creation, and manipulation via a socket‑based Model Context Protocol server.
by PipedreamHQ
Connect APIs quickly with a free, hosted integration platform that enables event‑driven automations across 1,000+ services and supports custom code in Node.js, Python, Go, or Bash.
by elie222
Organizes email inbox, drafts replies in the user's tone, tracks follow‑ups, and provides analytics to achieve inbox zero quickly.
by grab
Enables Cursor AI to read and programmatically modify Figma designs through a Model Context Protocol integration.
by ahujasid
Enables Claude AI to control Ableton Live in real time, allowing AI‑driven creation, editing, and playback of tracks, clips, instruments, and effects through a socket‑based server.
by leonardsellem
Provides tools and resources to enable AI assistants to manage and execute n8n workflows via natural language commands.
by GongRzhe
Provides a Model Context Protocol server that enables AI assistants to send, read, search, and organize Gmail messages, supporting attachments, label and filter management, and automatic OAuth2 authentication.
by mario-andreschak
A unified platform that manages AI models, MCP servers, and complex workflows, offering secure key storage, visual flow building, and an interactive chat UI.