plane-client

mgoodric/plane-client
★ 1 stars Python Code/Dev Tools Updated today
A dependency-free Python client, CLI, and MCP server for the Plane API — encodes its rough edges (control-char JSON, 429 retry, apostrophe-safe bodies, cursor pagination, ignored filters).
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-client": {
      "command": "uvx",
      "args": [
        "plane-client"
      ]
    }
  }
}

Or install with pip: pip install plane-client