mcp-china-geonames-server

linyshdhhcb/mcp-china-geonames-server
★ 2 stars Python 🤖 AI/LLM Updated today
这是一个 Model Context Protocol (MCP) 服务器实现,用于访问中国·国家地名信息库。它使 AI 助手能够查询中国的行政区划和地名数据。
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-china-geonames-s": {
      "command": "uvx",
      "args": [
        "mcp-china-geonames-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-china-geonames-server

Topics

mcp-serverpython