Back to MCP directory
publicPublicdnsLocal runtime

mcp

这是一个基于Model Context Protocol (MCP)的地理编码服务服务器,通过集成Nominatim API提供地理编码功能。

article

README

🚀 地理编码MCP服务器

地理编码MCP服务器是一个集成了Nominatim API的模型上下文协议(MCP)服务器,它能为用户提供地理编码服务。

🚀 快速开始

地理编码MCP服务器能通过与Nominatim API集成,为你提供地理编码服务。

📦 安装指南

要求

  • Node.js >= 18.0.0
  • Cursor、Windsurf、Claude Desktop、Trae或其他MCP客户端

在Claude Desktop中安装

将以下内容添加到你的Claude Desktop claude_desktop_config.json 文件中。更多信息请参阅 Claude Desktop MCP文档

{
  "mcpServers": {
    "geocoding": {
      "command": "npx",
      "args": [
        "-y",
        "@geocoding-ai/mcp"
      ]
    }
  }
}

📄 许可证

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client