Back to directory
@makeplane/plane-mcp-server

@makeplane/plane-mcp-server

@makeplane210

An official Model Context Protocol server for Plane, enabling AI agents and developer tools to programmatically interact with Plane workspaces for project, issue, and task management.

project managementissue trackingworkflowautomationplanecontext

Installation & Configuration

{
  "mcpServers": {
    "plane": {
      "command": "npx",
      "args": [
        "-y",
        "@makeplane/plane-mcp-server"
      ],
      "env": {
        "PLANE_API_KEY": "<YOUR_API_KEY>",
        "PLANE_API_HOST_URL": "<HOST_URL_FOR_SELF_HOSTED>",
        "PLANE_WORKSPACE_SLUG": "<YOUR_WORKSPACE_SLUG>"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/4/7
Updated
2026/6/8