Plane MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Plane MCP ServerWhat work items are in the current cycle?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Plane MCP Server
A custom Model Context Protocol (MCP) server for Plane task management, tailored for a self-hosted instance.
This server exposes a focused set of Plane API v1 endpoints as MCP tools, allowing AI models in clients like Claude Desktop, Cursor, or Windsurf to directly interact with your Plane workspace.
Setup
Install dependencies:
npm installBuild the server:
npm run buildConfigure Environment Variables: Copy
.env.exampleto.env(or configure these directly in your MCP client):cp .env.example .envFill in your
PLANE_API_KEY. (Generate this in your Plane instance under Profile Settings → API Tokens).
Related MCP server: Plane MCP
Configuration for MCP Clients
Antigravity IDE / Claude Desktop
Add this to your MCP client configuration file:
{
"mcpServers": {
"plane-custom": {
"command": "node",
"args": ["/Users/japhethgonzales/MCP Plane/dist/index.js"],
"env": {
"PLANE_API_KEY": "<your-api-key>",
"PLANE_WORKSPACE_SLUG": "ensight",
"PLANE_BASE_URL": "https://ensight-plane-taskmngr-u33417.vm.elestio.app"
}
}
}
}Available Tools
Members:
get_me,list_workspace_members,list_project_membersProjects:
list_projects,get_project,create_projectStates & Labels:
list_states,list_labels,create_labelWork Items (Issues):
list_work_items,get_work_item,create_work_item,update_work_item,delete_work_item,search_work_items,add_comment,list_commentsCycles (Sprints):
list_cycles,get_cycle,create_cycle,add_work_items_to_cycleModules:
list_modules,get_module,create_module,add_work_items_to_module
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables interaction with Plane.so project management API through natural language, allowing users to manage issues, cycles, and projects.10MIT
- AlicenseBqualityCmaintenanceAn MCP server that enables LLMs to fully manage a Plane workspace, including projects, work items, states, labels, cycles, modules, comments, and members.38MIT
- AlicenseBqualityAmaintenanceUnofficial MCP server for self-hosted Plane Community Edition, enabling project management tasks like managing work items, cycles, modules, and initiatives via natural language.1001MIT
- AlicenseAqualityCmaintenanceEnables interaction with self-hosted Plane project management instances using X-API-Key authentication, offering tools for project discovery, issue management, and workflow state operations.7MIT
Related MCP Connectors
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Japx09/mcpplane'
If you have feedback or need assistance with the MCP directory API, please join our Discord server