plane-mcp-server

avtechno-era/plane-mcp-server
★ 0 stars TypeScript AI/LLM Updated today
MCP server for self-hosted Plane (Community Edition) - lets an LLM act as a project manager across Plane workspaces and projects: work items, cycles, modules, states, labels, comments, members, and intake.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "plane-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "avtechno-era/plane-mcp-server"
      ]
    }
  }
}