plane-mcp

ItsJennyFiggy/plane-mcp
★ 0 stars Go AI/LLM Updated today
Token-efficient, agent-scoped Go MCP server for self-hosted Plane
View on GitHub → Try with Claude — $10 free →

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": {
      "command": "go",
      "args": [
        "run",
        "github.com/ItsJennyFiggy/plane-mcp@latest"
      ]
    }
  }
}

README Excerpt

A custom Go-native Model Context Protocol (MCP) server that integrates directly with the Plane.so REST API. It exposes clean, token-efficient, name-resolved tools to AI agents for automated task tracking, progress reporting, and workspace planning. --- * **Stdio Transport**: Communicates natively over standard I/O (stdio) to plug into Claude Desktop or container runtimes.

Tools (5)

create_taskfind_my_workget_work_itemreport_progresssubmit_for_review