Plane MCP Server
@makeplane
About Plane MCP Server
Plane's Official Model Context Protocol Server π β¨οΈ π₯
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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".
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx
π Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Unity MCP β¨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Servers
modelcontextprotocolModel Context Protocol Servers
Comments