Plane

Plane

This MCP Server will help you to manage projects and issues through Plane's API

32
Stars
13
Forks
0
Releases

Overview

Plane MCP Server is an MCP server that lets LLMs interact with Plane.so by routing requests through Plane's API to manage projects and issues. It exposes a compact set of tools that enable listing all projects in a workspace, retrieving detailed project information, creating issues with customizable properties (name, HTML description, priority, state, and assignees), listing and filtering issues across projects, fetching issue details, and updating existing issues. The server supports multiple client configurations (including Claude and other Smithery-supported clients) via a local node process and environment variables. Prerequisites include Node.js 22.x or higher, a Plane API key, and a Plane workspace slug. Installation can be done quickly via Smithery, which configures the MCP server for specific clients, or manually by cloning the repository, installing dependencies, and building. The MCP endpoints use hyphenated tool names such as list-projects, get-project, create-issue, list-issues, get-issue, and update-issue, with parameters described in the README. Configuration in Claude for Desktop demonstrates how to wire the server, including setting PLANE_API_KEY and PLANE_WORKSPACE_SLUG. Security considerations emphasize explicit user approvals for changes and safeguarding API keys.

Details

Owner
kelvin6365
Language
JavaScript
License
MIT License
Updated
2025-12-07

Features

list-projects

Lists all projects in your Plane workspace.

get-project

Gets detailed information about a specific project.

create-issue

Creates a new issue in a specified project with customizable properties (name, description_html, priority, state_id, assignees).

list-issues

Lists issues from a project with optional filtering by state_id, priority, and assignee, with an optional limit.

get-issue

Gets detailed information about a specific issue.

update-issue

Updates an existing issue with new information (name, description_html, priority, state_id, assignees).

Audience

LLMsInteract with Plane workspace to manage projects and issues via MCP
DevelopersConfigure and deploy the Plane MCP Server and integrate with client apps

Tags

planemcpplane-mcp-serverproject-managementissue-trackingplane-apiclaudesmitherynodeworkspaceapikey