MCP-Server

Eldreney/MCP-Server
★ 0 stars Unknown language 🤖 AI/LLM Updated 1d ago
A Model Context Protocol (MCP) server implementation that integrates with Plane, allowing LLMs and MCP-compatible clients to interact with your Plane workspaces, projects, and work items.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Eldreney/MCP-Server"
      ]
    }
  }
}