Back to MCP Servers
Plane
🏎️ 🏠 This MCP Server will help you to manage projects and issues through [Plane's](https://plane.so) API
other-tools-and-integrationsapi
By kelvin6365
Installation
npx -y plane-mcp-serverConfiguration
{
"mcpServers": {
"plane-mcp-server": {
"command": "npx",
"args": ["-y", "plane-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes