Plane MCP Server
@makeplane
About Plane MCP Server
Plane's Official Model Context Protocol Server π β¨οΈ π₯
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
Fetch the live tool list by running this server in a temporary sandbox using the button above.
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".
Frequently asked questions
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"`.
Basic information
More Other MCP servers
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

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student β in a fraction of the time. What once took a week, now takes one free period.

Figs, Relationship Expert
Figs O'Sullivan, LMFTCouples therapist Figs O'Sullivan (LMFT, 17 years, endorsed by Sue Johnson, creator of EFT) inside your AI. Ask relationship questions answered from his clinical writing, name the pattern in a fight, get a three-step rep
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
π 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,
Comments