IPGeolocation.io MCP Server for Cline
io.github.ipgeolocation/ipgeolocation-io-mcp
Official MCP server for IP geolocation, security, ASN, abuse, timezone, astronomy, and user-agent.
client:Cline
transport:stdio
runtime:npm
Install IPGeolocation.io MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"ipgeolocation-io-mcp": {
"command": "npx",
"args": [
"-y",
"ipgeolocation-io-mcp"
],
"env": {
"IPGEOLOCATION_API_KEY": "<IPGEOLOCATION_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs