Plane MCP Server
@kelvin6365
关于 Plane MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"plane-mcp-server-kelvin6365": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@kelvin6365/plane-mcp-server",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Plane MCP Server?
Plane MCP Server is a Model Context Protocol (MCP) server that enables LLMs like Claude to interact with Plane.so, allowing them to manage projects and issues through Plane’s API while maintaining user control and security.
How to use Plane MCP Server?
Install via Smithery (npx -y @smithery/cli install @kelvin6365/plane-mcp-server --client claude) or manually by cloning the repo, running npm install && npm run build, then configuring the server in Claude for Desktop’s config file with environment variables PLANE_API_KEY, PLANE_WORKSPACE_SLUG, and optionally PLANE_HOST. Restart Claude for Desktop to use the tools.
Key features of Plane MCP Server
- List all projects in your Plane workspace
- Get detailed information about specific projects
- Create new issues with customizable properties
- List and filter issues from projects
- Get detailed information about specific issues
- Update existing issues with new information
Use cases of Plane MCP Server
- List all projects in a Plane workspace via natural language
- Create a high-priority issue titled “Update social media strategy” in a specific project
- Retrieve all high-priority issues from the Development project
- Update an issue’s priority to urgent in the QA project
FAQ from Plane MCP Server
What are the prerequisites to run Plane MCP Server?
Node.js 22.x or higher, a Plane.so API key, and a Plane.so workspace are required.
What tools are available and how are they named?
Tools include list-projects, get-project, create-issue, list-issues, get-issue, and update-issue. Tool names use hyphens (e.g., list-projects), and the server automatically converts underscores to hyphens for compatibility.
How does authentication work with Plane MCP Server?
Authentication is handled via environment variables: PLANE_API_KEY for your Plane API key and PLANE_WORKSPACE_SLUG for your workspace slug. The API key requires proper Plane permissions to function.
What are the known limitations or common errors?
The assignees parameter must be an array of user ID strings (not a dictionary or object). Supplying the entire issue data inside the assignees field is a common mistake. The server attempts to handle these cases but correct formatting is recommended.
Are any data-modifying operations performed automatically?
No — all operations that modify data (create, update) require explicit user approval before execution. API keys should never be committed to version control.
其他 分类下的更多 MCP 服务器
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Nginx UI
0xJackyYet another WebUI for Nginx
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
评论