IPCONFIG MCP Installation Guide
Learn how to install and configure IPCONFIG MCP service in Cursor IDE and Claude Desktop
One-Click Install (Recommended)
Add to Cursor⚠️ If one-click install doesn't work, please use the manual configuration method below
Manual Installation
{
"mcpServers": {
"ipconfig": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.ipconfig.com/mcp"
],
"env": {
"IPCONFIG_API_KEY": "your-api-key-here"
}
}
}
}
~/Library/Application Support/Cursor/mcp.json
%APPDATA%\Cursor\mcp.json
~/.config/Cursor/mcp.json
{
"mcpServers": {
"ipconfig": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.ipconfig.com/mcp"
],
"env": {
"IPCONFIG_API_KEY": "your-api-key-here"
}
}
}
}
Configuration file location
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
~/.config/Claude/claude_desktop_config.json
your-api-key-here
Restart to activate
What's my IP address?
1get_my_ip - Get Current IP Address
Get the current client's public IP address and basic information.
Usage Examples:
Sample Response:
{
"ip": "203.0.113.1",
"country": "United States",
"region": "California",
"city": "San Francisco",
"isp": "Example ISP",
"timezone": "America/Los_Angeles"
}
2get_ip_location - IP Geolocation Lookup
Get detailed geographic location information for any IP address.
Usage Examples:
Sample Response:
{
"ip": "8.8.8.8",
"country": "United States",
"region": "California",
"city": "Mountain View",
"latitude": 37.4056,
"longitude": -122.0775,
"isp": "Google LLC",
"asn": "AS15169",
"timezone": "America/Los_Angeles"
}
3ping_test - Network Connectivity Test
Test network connectivity and latency to any host from multiple global locations.
Usage Examples:
Sample Response:
{
"host": "google.com",
"results": [
{
"area": "california",
"avg_latency": "12.5ms",
"packet_loss": "0%",
"status": "success"
},
{
"area": "london",
"avg_latency": "45.2ms",
"packet_loss": "0%",
"status": "success"
}
]
}
📝 Installation Issues
Q: What if the one-click install button doesn't work?
A: Please use the manual configuration method by copying the JSON configuration to the appropriate configuration file.
Q: What if it doesn't work after configuration?
A: Please check if the API Key is correctly configured, if you restarted the app, and if the network connection is working.
💱 Usage Issues
Q: How to test if MCP is working properly?
A: Ask "What's my IP address?" or "Test network connectivity" in Cursor.
Q: What features are supported?
A: Supports IP address lookup, geolocation lookup, network connectivity testing, and more.
If you encounter any issues while using our service, please contact us through: