Plane MCP 服务器
一个允许大语言模型通过 Plane API 管理项目和问题的 Model Context Protocol (MCP) 服务器。
快速入门
使用 Smithery 安装
运行以下命令快速安装:
npx -y @smithery/cli install @kelvin6365/plane-mcp-server --client claude
安装后,通过配置文件设置 Plane API 密钥和工作区 slug。
手动安装
- 克隆仓库:
git clone https://github.com/kelvin6365/plane-mcp-server.git cd plane-mcp-server
- 安装依赖:
npm install
- 构建项目:
npm run build
- 配置环境变量
PLANE_API_KEY
和PLANE_WORKSPACE_SLUG
。
查看支持的工具列表及参数说明,请参考 README 文档。