MCP server for Planton — 238 tools connecting AI IDEs to 17 cloud providers via gRPC
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"planton-mcp-server": {
"command": "npx",
"args": [
"-y",
"plantonhq/planton-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add planton-mcp-server npx -y plantonhq/planton-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"planton-mcp-server": {
"command": "npx",
"args": [
"-y",
"plantonhq/planton-mcp-server"
]
}
}
}