MyIP MCP Server logo

MyIP MCP Server

by nikolaypavlov

MyIP MCP Server exposes a tool to retrieve your public IP address. It uses ifconfig.me to fetch the IP information.

View on GitHub

Last updated: N/A

MyIP MCP Server

Tools

The server exposes a get_ip_info tool to retrieve your public ip address from ifconfig.me.

Installation

{
  "mcpServers": {
    "myip": {
      "command": "uvx",
      "args": ["mcp-myip"]
    }
  }
}