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.