IP Find 地理位置定位
STDIO支持AI助手使用IP查找的MCP服务器
支持AI助手使用IP查找的MCP服务器
A Model Context Protocol server that enables AI assistants to use IP Find.
The MCP server:
To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your claude_desktop_config.json
:
{ "mcpServers": { "ipfind": { "command": "npx", "args": ["-y", "@ipfind/ipfind-mcp-server"], "env": { "IPFIND_API_KEY": "<API KEY GOES HERE>" } } } }
IPFIND_API_KEY
- You can generate an API key at IPfind.com.