MCP Directory
Back

plane-mcp-server

by makeplane ยท Python ยท โ˜… 210

Plane's Official Model Context Protocol Server ๐Ÿ”Œ โŒจ๏ธ ๐Ÿ”ฅ

#mcp-server#model-context-protocol

Install

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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 โ†’

๐Ÿ’ก Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related other servers