mcp ip2location io for Windsurf
io.github.ip2location/mcp-ip2location-io
IP Geolocation MCP server that query the geolocation information using IP2Location.io API.
client:Windsurf
transport:stdio
runtime:pypi
Install mcp ip2location io in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-ip2location-io": {
"command": "uvx",
"args": [
"mcp-ip2location-io"
],
"env": {
"IP2LOCATION_API_KEY": "<IP2LOCATION_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs