MCP Directory
Back

plane-mcp-server

by makeplane · Python · ★ 253

Plane's Official Model Context Protocol Server 🔌 ⌨️ 🔥

#mcp-server#model-context-protocol

Install

pip install git+https://github.com/makeplane/plane-mcp-server.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "plane-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/makeplane/plane-mcp-server.git"
      ]
    }
  }
}

From the README

A Model Context Protocol (MCP) server for Plane integration. This server provides tools and resources for interacting with Plane through AI agents. * 🔧 **Plane Integration**: Interact with Plane APIs and services * 🔌 **Multiple Transports**: Supports stdio, SSE, and streamable HTTP transports * 🌐 **Remote & Local**: Works both locally and as a remote service * 🛠️ **Extensible**: Easy to add new tools and resources The server supports three transport methods. **We recommend using ** as it doesn't require installation. **Requirements**: - **Python 3.10+** (for stdio transport, via ) - **N…
Read full README on GitHub →

Related other servers