New Feature

IPCONFIG MCP Installation Guide

Learn how to install and configure IPCONFIG MCP service in Cursor IDE and Claude Desktop

2025/08/31
🚀 Cursor IDE Installation
Quick installation of MCP service in Cursor IDE

One-Click Install (Recommended)

Add to Cursor

⚠️ If one-click install doesn't work, please use the manual configuration method below

Manual Installation

1Copy configuration to clipboard
{
  "mcpServers": {
    "ipconfig": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.ipconfig.com/mcp"
      ],
      "env": {
        "IPCONFIG_API_KEY": "your-api-key-here"
      }
    }
  }
}
2Open configuration file
macOS: ~/Library/Application Support/Cursor/mcp.json
Windows: %APPDATA%\Cursor\mcp.json
Linux: ~/.config/Cursor/mcp.json
3Paste and save configuration
🤖 Claude Desktop Configuration
Configure MCP service in Claude Desktop
{
  "mcpServers": {
    "ipconfig": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.ipconfig.com/mcp"
      ],
      "env": {
        "IPCONFIG_API_KEY": "your-api-key-here"
      }
    }
  }
}

Configuration file location

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
Configure API Key
1Get API Key
Visit Docs
2Replace placeholder
your-api-key-here
3Restart App

Restart to activate

4Test Function
What's my IP address?
🛠️ Features
✅ Get current IP address
✅ IP geolocation lookup
✅ Network connectivity testing
✅ IPv4 and IPv6 support
✅ Bilingual support (English/Chinese)
📡 MCP Tools Usage Guide
Learn how to use the various tools and features provided by IPCONFIG MCP

1get_my_ip - Get Current IP Address

Get the current client's public IP address and basic information.

Usage Examples:
• "What's my IP address?"
• "Show me my current IP information"
• "Get my public IP in text format"
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:
• "Where is 8.8.8.8 located?"
• "Get location information for 1.1.1.1"
• "What's the geographic location of this IP: 208.67.222.222?"
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:
• "Test connectivity to google.com"
• "Ping baidu.com from multiple locations"
• "Check network latency to my server at example.com"
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"
    }
  ]
}
Frequently Asked Questions

📝 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.

Technical Support

If you encounter any issues while using our service, please contact us through: