Skip to main content
Glama
Japx09
by Japx09

Plane MCP Server

A custom Model Context Protocol (MCP) server for Plane task management, tailored for a self-hosted instance.

This server exposes a focused set of Plane API v1 endpoints as MCP tools, allowing AI models in clients like Claude Desktop, Cursor, or Windsurf to directly interact with your Plane workspace.

Setup

  1. Install dependencies:

    npm install
  2. Build the server:

    npm run build
  3. Configure Environment Variables: Copy .env.example to .env (or configure these directly in your MCP client):

    cp .env.example .env

    Fill in your PLANE_API_KEY. (Generate this in your Plane instance under Profile Settings → API Tokens).

Related MCP server: Plane MCP

Configuration for MCP Clients

Antigravity IDE / Claude Desktop

Add this to your MCP client configuration file:

{
  "mcpServers": {
    "plane-custom": {
      "command": "node",
      "args": ["/Users/japhethgonzales/MCP Plane/dist/index.js"],
      "env": {
        "PLANE_API_KEY": "<your-api-key>",
        "PLANE_WORKSPACE_SLUG": "ensight",
        "PLANE_BASE_URL": "https://ensight-plane-taskmngr-u33417.vm.elestio.app"
      }
    }
  }
}

Available Tools

  • Members: get_me, list_workspace_members, list_project_members

  • Projects: list_projects, get_project, create_project

  • States & Labels: list_states, list_labels, create_label

  • Work Items (Issues): list_work_items, get_work_item, create_work_item, update_work_item, delete_work_item, search_work_items, add_comment, list_comments

  • Cycles (Sprints): list_cycles, get_cycle, create_cycle, add_work_items_to_cycle

  • Modules: list_modules, get_module, create_module, add_work_items_to_module

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Free public MCP for AI agents — 193 tools, 44 workflows. No API key.

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

  • Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Japx09/mcpplane'

If you have feedback or need assistance with the MCP directory API, please join our Discord server