DevelopmentPython

plane-mcp-server

The Plane MCP Server allows users to interact with Plane APIs and services through AI agents.

Free
N/A rating (0 reviews)0 installs184 GitHub stars
MCPPlaneAPIIntegrationAI

This server provides a comprehensive Model Context Protocol (MCP) for seamless integration with Plane, enabling users to utilize various transport methods for communication. It supports local and remote operations, making it versatile for different use cases. The server is designed to be extensible, allowing developers to easily add new tools and resources as needed. With multiple transport options including stdio, SSE, and streamable HTTP, users can choose the method that best fits their needs. The recommended `uvx` transport method simplifies local usage without requiring additional installations. For remote connections, users can authenticate using OAuth or a Personal Access Token (PAT), ensuring secure access to the hosted Plane MCP server.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "plane-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-plane-mcp-server"
      ]
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.

Permissions

ok0
ok1