Skip to content
Cursor

ipinfo mcp for Cursor

io.github.mrfentmen/ipinfo-mcp

IPinfo.io IP address details: geolocation, ASN, org, carrier.

client:Cursor transport:stdio runtime:npm

Install ipinfo mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "ipinfo-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ipinfo-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ipinfo mcp in other clients