mcp-plane

c3-oss/mcp-plane
★ 1 stars Go API Integration Updated 6d ago
mcp server (stdio) exposing the plane rest api
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": {
    "mcp-plane": {
      "command": "go",
      "args": [
        "run",
        "github.com/c3-oss/mcp-plane@latest"
      ]
    }
  }
}

README Excerpt

mcp server (stdio) exposing the plane rest api as tools so an mcp client can drive plane directly. Set three environment variables: | Variable | Required | Default | Notes | |---|---|---|---| | `PLANE_API_TOKEN` | yes | — | personal access token from plane → settings → api tokens. placeholders like `changeme` are rejected. |

Tools (5)

PLANE_API_TOKENPLANE_BASE_URLPLANE_WORKSPACEplane_activity_listplane_project_list