Custom MCP server project for managing Plane version control management tool, built in .Net 10 with C#
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"plane-mcp-server": {
"command": "npx",
"args": [
"-y",
"proof-box-labs/plane-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add plane-mcp-server npx -y proof-box-labs/plane-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"plane-mcp-server": {
"command": "npx",
"args": [
"-y",
"proof-box-labs/plane-mcp-server"
]
}
}
}