ip2location/mcp-ip2location-io
Official IP2Location.io MCP server to obtain the geolocation, proxy and network information of an IP address utilizing IP2Location.io API.
Quick Start
Clone the repository:
git clone https://github.com/ip2location/mcp-ip2location-ioClaude Desktop configuration example:
{
"mcpServers": {
"mcp-ip2location-io": {
"command": "npx",
"args": [
"-y",
"ip2location/mcp-ip2location-io"
]
}
}
}Check the repository README for specific installation and configuration instructions.