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.
What is the Plane MCP Server?
The Plane MCP Server is a Model Context Protocol server that allows LLMs to interact with the Plane.so project management platform, enabling them to manage projects and issues through Plane's API.
What are the prerequisites for using the Plane MCP Server?
You need Node.js 22.x or higher, a Plane.so API key, and a Plane.so workspace.
How do I install the Plane MCP Server using Smithery?
Use the command npx -y @smithery/cli install @kelvin6365/plane-mcp-server --client claude
to install the server for use with Claude.
Can I manually set up the Plane MCP Server?
Yes, you can manually set up the server by cloning the repository, installing dependencies, and building the server.
What security considerations should I be aware of?
Ensure that the API key has proper permissions, all operations that modify data require user approval, and environment variables are secured. API keys should not be committed to version control.