P

Productboard mcp 集成工具

@kenjihikmatullah/productboard-mcp
Hosted
0 Stars 530 次浏览 kenjihikmatullah 更新于 2026-08-23

将Productboard API集成到代理工作流中,允许与Productboard平台上的公司、组件、功能、笔记和产品进行交互。

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "productboard": {
      "args": [
        "-y",
        "productboard-mcp"
      ],
      "command": "npx",
      "env": {
        "PRODUCTBOARD_ACCESS_TOKEN": "\u003cYOUR_TOKEN\u003e"
      }
    }
  }
}

该服务需要配置环境变量:PRODUCTBOARD_ACCESS_TOKEN

可用工具 (11 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

get_products 1 个参数

Returns detail of all products. This API is paginated and the page limit is always 100

该工具无需必填参数,直接调用即可

get_product_detail 1 个参数 需填 1 项

Returns detailed information about a specific product

必填参数:productId

get_features 1 个参数

Returns a list of all features. This API is paginated and the page limit is always 100

该工具无需必填参数,直接调用即可

get_feature_detail 1 个参数 需填 1 项

Returns detailed information about a specific feature

必填参数:featureId

get_components 1 个参数

Returns a list of all components. This API is paginated and the page limit is always 100

该工具无需必填参数,直接调用即可

get_component_detail 1 个参数 需填 1 项

Returns detailed information about a specific component

必填参数:componentId

get_feature_statuses 1 个参数

Returns a list of all feature statuses. This API is paginated and the page limit is always 100

该工具无需必填参数,直接调用即可

get_notes 14 个参数

Returns a list of all notes

该工具无需必填参数,直接调用即可

get_note_detail 1 个参数 需填 1 项

Returns detailed information about a specific note

必填参数:noteId

get_companies 1 个参数

Returns a list of all companies. This API is paginated and the page limit is always 100

该工具无需必填参数,直接调用即可

get_company_detail 1 个参数 需填 1 项

Returns detailed information about a specific company

必填参数:companyId

服务介绍

Productboard MCP 服务器

通过 MCP 将 Productboard API 集成到代理工作流中

工具

  1. get_companies
  2. get_company_detail
  3. get_components
  4. get_component_detail
  5. get_features
  6. get_feature_detail
  7. get_feature_statuses
  8. get_notes
  9. get_products
  10. get_product_detail

设置

访问令牌

请参考此指南获取您的访问令牌。

与 Claude 桌面版一起使用

要与 Claude 桌面版一起使用,请将以下内容添加到您的 claude_desktop_config.json 文件中:

NPX

{
  "mcpServers": {
    "productboard": {
      "command": "npx",
      "args": [
        "-y",
        "productboard-mcp"
      ],
      "env": {
        "PRODUCTBOARD_ACCESS_TOKEN": "<YOUR_TOKEN>"
      }
    }
  }
}

许可证

该 MCP 服务器根据 MIT 许可证许可。这意味着您可以自由地使用、修改和分发该软件,但需遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。

相关 MCP 服务