Productboard MCP Server
将 Productboard API 集成到代理工作流中,从而可以与 Productboard 平台上的公司、组件、功能、笔记和产品进行交互。
Tools
get_products
Returns detail of all products. This API is paginated and the page limit is always 100
get_product_detail
Returns detailed information about a specific product
get_features
Returns a list of all features. This API is paginated and the page limit is always 100
get_feature_detail
Returns detailed information about a specific feature
get_components
Returns a list of all components. This API is paginated and the page limit is always 100
get_component_detail
Returns detailed information about a specific component
get_feature_statuses
Returns a list of all feature statuses. This API is paginated and the page limit is always 100
get_notes
Returns a list of all notes
get_note_detail
Returns detailed information about a specific note
get_companies
Returns a list of all companies. This API is paginated and the page limit is always 100
get_company_detail
Returns detailed information about a specific company
README
Productboard MCP 服务器
通过 MCP 将 Productboard API 集成到代理工作流中
工具
get_companies(获取公司列表)get_company_detail(获取公司详情)get_components(获取组件列表)get_component_detail(获取组件详情)get_features(获取功能列表)get_feature_detail(获取功能详情)get_feature_statuses(获取功能状态列表)get_notes(获取笔记列表)get_products(获取产品列表)get_product_detail(获取产品详情)
设置
访问令牌
请参考此指南获取您的访问令牌。
与 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 文件。
推荐服务器
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
mcp-server-qdrant
这个仓库展示了如何为向量搜索引擎 Qdrant 创建一个 MCP (Managed Control Plane) 服务器的示例。
AIO-MCP Server
🚀 集成了 AI 搜索、RAG 和多服务(GitLab/Jira/Confluence/YouTube)的一体化 MCP 服务器,旨在增强 AI 驱动的开发工作流程。来自 Folk。
https://github.com/Streen9/react-mcp
react-mcp 与 Claude Desktop 集成,能够根据用户提示创建和修改 React 应用程序。
MCP Atlassian
适用于 Atlassian Cloud 产品(Confluence 和 Jira)的 Model Context Protocol (MCP) 服务器。此集成专为 Atlassian Cloud 实例设计,不支持 Atlassian Server 或 Data Center 部署。
any-chat-completions-mcp
将 Claude 与任何 OpenAI SDK 兼容的聊天完成 API 集成 - OpenAI、Perplexity、Groq、xAI、PyroPrompts 等。
MySQL MCP Server
允许人工智能助手通过受控界面列出表格、读取数据和执行 SQL 查询,从而使数据库探索和分析更安全、更有条理。
browser-use MCP server
一个由人工智能驱动的浏览器自动化服务器,它实现了模型上下文协议,从而能够使用自然语言控制网页浏览器,以执行诸如导航、表单填写和视觉交互等任务。
mcp-codex-keeper
作为开发知识的守护者,为 AI 助手提供精心策划的最新文档和最佳实践访问权限。