Back to directory
kelvin6365/plane-mcp-server

kelvin6365/plane-mcp-server

@kelvin6365

A Model Context Protocol (MCP) server that enables LLMs to interact with Plane.so, allowing them to manage projects and issues through Plane's API

planeproject-managementissue-trackingapimcpllmworkflowplane-socloud

Installation & Configuration

{
  "plane": {
    "command": "node",
    "args": [
      "path/to/plane-mcp-server/build/index.js"
    ],
    "env": {
      "PLANE_API_KEY": "your_plane_api_key_here",
      "PLANE_WORKSPACE_SLUG": "your_workspace_slug_here",
      "PLANE_HOST": "optional"
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/12
Updated
2026/6/12