An MCP Server that provides IP geolocation lookup (country, region, city, etc.) via ip-api.com.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-ip-geo": {
"command": "go",
"args": [
"run",
"github.com/chenmingyong0423/mcp-ip-geo@latest"
]
}
}
}
Run in terminal:
claude mcp add mcp-ip-geo go run github.com/chenmingyong0423/mcp-ip-geo@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-ip-geo": {
"command": "go",
"args": [
"run",
"github.com/chenmingyong0423/mcp-ip-geo@latest"
]
}
}
}