Plane
The official Plane MCP server provides integration with Plane APIs, enabling full AI automation of Plane projects, work items, cycles and more.
Ads
Overview
A Model Context Protocol server for Plane. Gives an AI agent tools to read and manage projects, work items, cycles, modules, releases, customers and more. Built on FastMCP and the official plane-sdk. - 30 tools, one per Plane resource, covering 204 operations - Local or remote — stdio, streamable HTTP, SSE - OAuth or API key authentication Get an API key from Plane: Workspace Settings → API tokens. Add this to your MCP client's configuration: uvx needs no install step. Requires Python 3.10+. For a self-hosted Plane, add "PLANE_BASE_URL": "https://plane.example.com".
Installation
uvx plane-mcp-server stdio
Configuration
{
"mcpServers": {
"plane": {
"command": "uvx",
"args": [
"plane-mcp-server",
"stdio"
],
"env": {
"PLANE_API_KEY": "<your-api-key>",
"PLANE_WORKSPACE_SLUG": "<your-workspace-slug>"
}
}
}
}Capabilities
- Query work items with PQL
Ask for issues by state, priority, or assignee using `workitem(action="list")` with Plane Query Language filters.
- Create and manage work items
Have the assistant create new issues or update existing ones via `workitem(action="create")` or related actions.
- Manage cycles and modules
Ask to archive cycles, list modules, or perform other cycle/module operations through their dedicated tools.
- Get PQL syntax reference
Request `get_pql_reference` to have the assistant explain Plane's query language operators and examples.
- Count and group work items
Use `workitem(action="count")` with `group_by` to get aggregated issue statistics by state or other fields.
Tags
- project-management
- task-management
- productivity
Related MCP servers
Cua
OfficialMCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Notion MCP
OfficialOfficial Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.
Notion MCP Server
Search pages, read blocks, and create content in Notion workspaces.
Laravel Boost
OfficialLaravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows.