plane-mcp-server
by makeplane ยท Python ยท โ 210
Plane's Official Model Context Protocol Server ๐ โจ๏ธ ๐ฅ
#mcp-server#model-context-protocol
Install
pip install git+https://github.com/makeplane/plane-mcp-server.git Claude Desktop config
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"plane-mcp-server": {
"command": "uvx",
"args": [
"git+https://github.com/makeplane/plane-mcp-server.git"
]
}
}
} From the README
A Model Context Protocol (MCP) server for Plane integration. This server provides tools and resources for interacting with Plane through AI agents.
* ๐ง **Plane Integration**: Interact with Plane APIs and services
* ๐ **Multiple Transports**: Supports stdio, SSE, and streamable HTTP transports
* ๐ **Remote & Local**: Works both locally and as a remote service
* ๐ ๏ธ **Extensible**: Easy to add new tools and resources
The server supports three transport methods. **We recommend using ** as it doesn't require installation.
**Requirements**:
- **Python 3.10+** (for stdio transport, via )
- **Nโฆ
Read full README on GitHub โ
๐ก Need a managed MCP host?
Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.
Related other servers
playwright-mcp
microsoft
โ
31,828
Playwright MCP server
Other ยท TypeScript
playwright-cli
microsoft
โ
9,714
CLI for common Playwright actions. Record and generate Playwright code, inspect selectors and take screenshots.
Other ยท TypeScript
financial-services-plugins
anthropics
Official โ
7,840
financial-services-plugins โ MCP server.
Other ยท Python
NLWeb
nlweb-ai
โ
6,197
Main reference implementation for NLWeb, implemented in Python.
Other ยท Python
OpenSpace
HKUDS
โ
5,940
"OpenSpace: Make Your Agents: Smarter, Low-Cost, Self-Evolving" -- Community: https://open-space.cloud/
Other ยท Python
csharp-sdk
modelcontextprotocol
Official โ
4,229
The official C# SDK for Model Context Protocol servers and clients. Maintained in collaboration with Microsoft.
Other ยท C#