plane-mcp-server
The Plane MCP Server is a tool for interacting with Plane.so's project management API, facilitating efficient workflows with large language models. It allows listing, creating, updating, and managing projects and issues while ensuring security and user control.
Plane MCP Server
A Model Context Protocol (MCP) server that enables interactions with Plane.so, allowing project and issue management through Plane's API. This server facilitates interaction with project management workflows using LLMs like Claude while ensuring user control and security.
Features
- List and manage projects in a Plane workspace
- Create and update issues
- Filter and retrieve detailed project and issue information
Prerequisites
- Node.js 22.x or higher
- Plane.so API key and workspace
Installation
Using Smithery
Install directly using Smithery for quick setup. Configure the server with Plane API key and workspace slug.
Manual Setup
Clone the repository, install dependencies, and build the server manually. Configure using a configuration file for Claude for Desktop if Smithery isn't used.
Tools
- list-projects: Lists all projects
- get-project: Retrieves project details
- create-issue: Creates a new issue
- list-issues: Lists projects' issues with filters
- get-issue: Retrieves issue details
- update-issue: Updates issue information
Development
- Install development dependencies and start the server in development mode.
Testing
Test using MCP Inspector.