devplane site for Claude Desktop
dev.devplane/devplane-site
Read-only MCP access to devplane.dev's public pages, FAQ corpus and comparisons.
client:Claude Desktop
transport:streamable-http
tools:4
Install devplane site in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"devplane-site": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://devplane.dev/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs