GeoPlugin MCP服务器
一个模型上下文协议服务器,使AI助手能够使用GeoPlugin。
运作原理
MCP服务器:
- 连接到您的GeoPlugin API,并允许AI助手获取IP地址的位置。
使用Claude Desktop
先决条件
- NodeJS 的
- MCP客户端(如克劳德桌面应用程序)
- GeoPlugin API密钥
安装
要将此服务器与Claude Desktop应用程序一起使用,请将以下配置添加到您的“mcpServers”部分 claude_desktop_config.json:
{
"mcpServers": {
"geoplugin": {
"command": "npx",
"args": ["-y", "@geoplugin/geoplugin-mcp-server"],
"env": {
"GEOPLUGIN_API_KEY": ""
}
}
}
}GEOPLUGIN_API_KEY-您可以在生成API密钥https://www.geoplugin.com/.
