Skip to main content
Location ServicesPython

briandconnelly/mcp-server-ipinfo

IP address geolocation and network information using IPInfo API

location-servicescloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/briandconnelly/mcp-server-ipinfo

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-server-ipinfo": {
      "command": "npx",
      "args": [
        "-y",
        "briandconnelly/mcp-server-ipinfo"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Location Services
Language
Python
Author
briandconnelly