m

mcp

@geocoding-ai/mcp
0 Stars 182 次浏览 geocoding-ai 更新于 2026-08-23

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

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

服务介绍

GitHub License
CodeRabbit Pull Request Reviews GitHub Actions Workflow Status
NPM Version NPM Last Update (with dist tag)

Geocoding MCP Server

This is a Model Context Protocol (MCP) server that provides geocoding services by integrating with the Nominatim API.

Installation

Requirements

  • Node.js >= 18.0.0
  • Cursor, Windsurf, Claude Desktop, Trae or another MCP Client

Install in Claude Desktop

Add this to your Claude Desktop claude_desktop_config.json file. See Claude Desktop MCP docs for more info.

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

License

Codebase: MIT

Documentation: GPLv2 / Nominatim developer community / Nominatim Manual

相关 MCP 服务