Plane MCP Server
@makeplane
关于 Plane MCP Server
Plane's Official Model Context Protocol Server 🔌 ⌨️ 🔥
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"plane": {
"command": "uvx",
"args": [
"plane-mcp-server",
"stdio"
],
"env": {
"PLANE_API_KEY": "<your-api-key>",
"PLANE_WORKSPACE_SLUG": "<your-workspace-slug>",
"PLANE_BASE_URL": "https://api.plane.so"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Plane MCP Server?
A Model Context Protocol (MCP) server that provides tools and resources for interacting with Plane through AI agents. It supports multiple transports and can be used both locally and as a remote service.
How to use Plane MCP Server?
Use uvx (recommended, requires Python 3.10+) for local stdio transport, or npx with mcp-remote@latest (requires Node.js 22+) for remote HTTP/SSE transports. Configure authentication via environment variables for stdio, or use OAuth/PAT tokens for remote connections. Detailed JSON configuration examples for MCP clients are provided in the README.
Key features of Plane MCP Server
- Integrates with Plane APIs and services
- Supports stdio, SSE, and streamable HTTP transports
- Works locally and as a remote service
- Extensible; easy to add new tools and resources
- Uses Pydantic models for type safety and validation
Use cases of Plane MCP Server
- Manage projects, work items, cycles, and modules from an AI agent
- Automate creation and updates of intake work items and milestones
- Search and filter work items across a workspace
- Handle work item comments, links, relations, and properties programmatically
- Manage labels, states, work item types, and initiative planning
FAQ from Plane MCP Server
What authentication methods are supported?
The server supports API key + workspace slug (stdio), OAuth (remote HTTP/SSE), and Personal Access Token (remote HTTP with PAT headers).
What runtime requirements are needed?
Python 3.10+ for stdio transport (via uvx); Node.js 22+ for remote transports (via npx).
Where is the remote server hosted?
The hosted Plane MCP server is available at https://mcp.plane.so/ with separate endpoints for HTTP OAuth, HTTP PAT, and legacy SSE transport.
Are there any known limits?
For remote HTTP transport with PAT, the server validates redirect URIs against an allowlist. The SSE transport is legacy and deprecated in favor of HTTP transport.
How does logging work?
The server emits structured JSON logs per tool call, including tool name, duration, status, opaque user id, and workspace slug. Logging user PII requires explicitly setting LOG_USER_INFO="true".
其他 分类下的更多 MCP 服务器
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
ICSS
chokcoco不止于 CSS
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
评论