plane-mcp-server-adapter

leigangzhang/plane-mcp-server-adapter
★ 0 stars Python Other Updated today
Bug-fixed fork of makeplane/plane-mcp-server for self-hosted Plane Community Edition (stdio mode)
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-ada": {
      "command": "uvx",
      "args": [
        "plane-mcp-server-adapter"
      ]
    }
  }
}

Or install with pip: pip install plane-mcp-server-adapter