planwire mcp for Claude Desktop
io.github.beshogun/planwire-mcp
UK planning application data for AI agents: search, geo-query and fetch applications.
client:Claude Desktop
transport:stdio
runtime:npm
Install planwire mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"planwire-mcp": {
"command": "npx",
"args": [
"-y",
"planwire-mcp"
],
"env": {
"PLANWIRE_API_KEY": "<PLANWIRE_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs