Loading languages...
MC

mcp-geocoder-rosetta

@richardschrammcom

A "rosetta stone" repo that shows creating simple geocoder MCP servers in python (with googlemaps sdk and direct googlemaps API with urllib) and typescript. CLI clients and documentation on adding them to Claude Desktop App.

geocoder
google-maps
python
typescript

# mcpServer Config

{
  "mcpServers": {
    "GeocoderREST": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "mcp",
        "run",
        "/path/to/mcp-geocoder-rosetta/python-urllib/geocoder.py"
      ],
      "env": {
        "GOOGLE_MAPS_API_KEY": "your-api-key-here"
      }
    }
  }
}

# stdio

uv run --with mcp[cli] mcp run geocoder.py
Transport:
stdio
اللغة:
Python
تم الإنشاء:4/15/2025
تم التحديث:4/15/2025