Claudeus Plane MCP Server

Integrates Claude AI capabilities with Plane project management for enhanced automation and collaboration.

Remote serverstreamable-httpPython 5

What is the Claudeus Plane MCP server?

Claudeus Plane MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Integrates Claude AI capabilities with Plane project management for enhanced automation and collaboration.

What you get

This is a private repository for SimHop IT & Media AB team members only. While the code is available for viewing and use under the MIT license, we do not accept public contributions at this time. You are welcome to fork the repository and create your own version, as long as it's not identical or extremely similar to our package to avoid user confusion.

  • 🎸 Technical Excellence: Complete TypeScript coverage with strict type checking
  • 🎸 Quality Assurance: Comprehensive test suite (95%+ coverage)
  • 🎸 Protocol Compliance: Full MCP 2024-11-05 specification implementation
  • 🎸 Security: Enterprise-grade security practices
  • 🎸 Reliability: Robust error handling and recovery
  • 🎸 Documentation: Detailed guides and examples

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

What the assistant can call

Once Claudeus Plane is connected, these are the calls the assistant has available:

  • Prerequisites — The Prerequisites tool exposed by this server
  • Installation — The Installation tool exposed by this server
  • Configuration — The Configuration tool exposed by this server
  • Authentication — The Authentication tool exposed by this server
  • Troubleshooting — If the server isn't showing up in Claude: 1. Verify your claude_desktop_config.json syntax 2. Ensure file paths are absolute and valid 3. Check

Configuration and credentials

You will need one environment variable: PLANE_INSTANCES_PATH. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.


## Before you rely on it

- Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
- MCP clients confirm each tool call by default. Leave that on until you have watched what the claudeus plane mcp server does with a few real requests.

## Choosing this one

This sits in the monitoring and observability group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Claudeus Plane's toolset — `Prerequisites`, `Installation`, `Configuration` and 2 more — is a fair guide to whether it matches your workflow. It is maintained by deus-h; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Claudeus Plane's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.
InstallationThe Installation tool exposed by this server.
ConfigurationThe Configuration tool exposed by this server.
AuthenticationThe Authentication tool exposed by this server.
TroubleshootingIf the server isn't showing up in Claude: 1. Verify your claude_desktop_config.json syntax 2. Ensure file paths are absolute and valid 3. Check Claude's logs at: - macOS: ~/Library/Logs/Claude - Windows: %APPDATA%\Claude

How to install the Claudeus Plane MCP server

#### Docker Setup 🐳
```json
{
  "mcpServers": {
    "claudeus-plane-mcp": {
      "command": "docker",
      "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"
      ]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
PLANE_INSTANCES_PATHFilesystem location the server is allowed to use.Optional

Example prompts to try

  • Use Claudeus Plane to Prerequisites.
  • Use Claudeus Plane to Installation.
  • Use Claudeus Plane to Configuration.

Frequently asked questions

Claudeus Plane is a software tool that integrates Claude AI capabilities with the Plane project management platform to automate workflows, enhance collaboration, and streamline project tasks.