P

Plane MCP Server

Self-Hosted Instance
Online & Active

This server provides the Model Context Protocol (MCP) interface for your self-hosted Plane installation (pms.orysone.com). It enables AI assistants (Cursor, Claude, VS Code, Antigravity) to manage work items, projects, cycles, and pages via natural language.

🔗 MCP Streamable HTTP Endpoint (OAuth)
Client Connection URL
https://mcp.pms.orysone.com/http/mcp
⚡ Client Configuration (Cursor / Claude Desktop / VS Code)
{
  "mcpServers": {
    "plane": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://mcp.pms.orysone.com/http/mcp"
      ]
    }
  }
}
ℹ️ How installation works:
An MCP server does not have a web setup wizard. Instead, add the configuration above to your AI editor (such as Cursor or Claude Desktop). When the editor connects, it will open your Plane instance to ask you for one-click authorization!