Integrate the Productboard API into agentic workflows via MCP.
Created 3 months ago
Integrate the Productboard API into agentic workflows via MCP.
development
documentation
public
What is Integrate the Productboard API into agentic workflows via MCP.?
This MCP server allows integration of the Productboard API into agentic workflows, providing various tools to interact with companies, components, features, and products.
Documentation
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.
Server Config
{
"mcpServers": {
"integrate-the-productboard-api-into-agentic-workflows-via-mcp.-server": {
"command": "npx",
"args": [
"integrate-the-productboard-api-into-agentic-workflows-via-mcp."
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
Aug 08, 2025
Updated At:
Aug 08, 2025
Author:
Kenji Hikmatullah
Category:
Integration
License:
MIT License
Tags:
development
documentation
public