@tomgutt/productboard-mcp
v1.1.11
Published
Integrate the Productboard API into agentic workflows via MCP
Maintainers
Readme
Productboard MCP Server
Integrate the Productboard API into agentic workflows via MCP
Tools
get_companiesget_company_detailget_componentsget_component_detailget_featuressearch_featuresget_feature_detailget_feature_statusesget_notesget_note_detailget_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",
"@tomgutt/productboard-mcp"
],
"env": {
"PRODUCTBOARD_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}Changes to original
- Implements additional parameters for get_features
- Implements additional search_features tool
- Implements post-processing for response data to reduce token usage
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.
