PortlandMaps (Unofficial) for Claude Desktop
io.github.gptnowllc/portlandmaps-mcp
Unofficial MCP server for the public PortlandMaps property/permit/zoning API. Not city-affiliated.
client:Claude Desktop
transport:streamable-http
runtime:npm
tools:11
Install PortlandMaps (Unofficial) in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"portlandmaps-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://portlandmaps-mcp.vercel.app/mcp/v2"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs