Productboard
Created 6 months ago
Integrate the Productboard API into agentic workflows via MCP.
development
documentation
public
What is Productboard?
Integrate the Productboard API into agentic workflows via MCP.
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": ""
}
}
}
}
Server Config
{
"mcpServers": {
"productboard-server": {
"command": "npx",
"args": [
"productboard"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
May 23, 2025
Updated At:
Aug 07, 2025
Author:
Kenji Hikmatullah
Category:
community
License:
MIT License
Tags:
development
documentation
public