Productboard MCP Server
Integrate the Productboard API into agentic workflows for product management.
Productboard MCP Server
Integrate the Productboard API into agentic workflows via MCP
Tools
get_companiesget_company_detailget_componentsget_component_detailget_featuresget_feature_detailget_feature_statusesget_notesget_productsget_product_detail
Setup
Access Token
Obtain your access token referring to this guidance
Usage with Claude Desktop
To use this with Claude Desktop, add the following to your claude_desktop_config.json:
NPX
{
"mcpServers": {
"productboard": {
"command": "npx",
"args": [
"-y",
"productboard-mcp"
],
"env": {
"PRODUCTBOARD_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}
License
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.
相关服务器
Bear MCP Server
Access and manage your Bear Notes from a local SQLite database.
Time MCP Server
Provides the current time using IANA timezone names, with automatic system timezone detection.
Asana
Interact with the Asana API to manage tasks, projects, and workspaces.
Jira
Interact with Jira to manage issues, projects, and workflows using the Jira Cloud Platform REST API.
Tmux
Interact with your Tmux sessions, windows and pane, execute commands in tmux panes and retrieve result.
esa.io
An MCP server for the esa.io API, allowing you to search, read, create, update, and delete posts.
Peek.com Remote MCP Server
Simplify trip planning with Peek.com's Remote MCP for amazing experiences
JIRA
Interact with JIRA to search for issues using JQL and retrieve detailed issue information.
Pandoc
A server for converting document formats using Pandoc.
MCP-Wait
A simple server to pause execution and wait for other tasks to complete.