Claudeus Plane MCPServer

deus-h
GitHub
AIProject ManagementAutomation

Loading subscription status...

💡 Description

A server that connects Claude AI with the Plane project management platform, supporting AI-driven project management tasks, including project creation, task management, team collaboration, and automation workflows.

📝 JSON Entries

{
  "mcpServers": [
    {
      "claudeus-plane-mcp": {
        "env": {
          "PLANE_INSTANCES_PATH": "/absolute/path/to/your/plane-instances.json"
        },
        "args": [
          "-y",
          "claudeus-plane-mcp"
        ],
        "command": "npx"
      }
    },
    {
      "claudeus-plane-mcp": {
        "args": [
          "run",
          "-i",
          "--rm",
          "--network=host",
          "--mount",
          "type=bind,src=/absolute/path/to/your/plane-instances.json,dst=/app/plane-instances.json",
          "--mount",
          "type=bind,src=/absolute/path/to/your/.env,dst=/app/.env",
          "mcp/plane",
          "--config",
          "/app/plane-instances.json"
        ],
        "command": "docker"
      }
    }
  ]
}

🛠️ Tools

Project ManagementTask ManagementTeam Collaboration

Features

  • AI-assisted project management
  • Automation workflows
  • Intelligent task management

💬 Example Queries

  • Create a new project for the upcoming launch
  • List all tasks that are overdue
  • Assign tasks to team members based on their workload