Productboard MCP サーバー
MCP経由でProductboard APIをエージェントワークフローに統合する
ツール
get_companiesget_company_detailget_componentsget_component_detailget_featuresget_feature_detailget_feature_statusesget_notesget_productsget_product_detail
Related MCP server: AgentCraft MCP Server
設定
アクセストークン
このガイダンスを参照してアクセストークンを取得します
Claude Desktopでの使用
Claude Desktop でこれを使用するには、 claude_desktop_config.jsonに以下を追加します。
NPX
{
"mcpServers": {
"productboard": {
"command": "npx",
"args": [
"-y",
"productboard-mcp"
],
"env": {
"PRODUCTBOARD_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}ライセンス
このMCPサーバーはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.