Odel
bamwor mcp server

bamwor mcp server

Local
@bamwor-dev2TypeScriptMITUpdated 3mo ago

World geographic data for AI agents: 261 countries, 5.2M cities, rankings, and 9 indexes.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmbamwor-mcp-serverv0.2.2

Run

npx -y bamwor-mcp-server

MCP client config

{
  "mcpServers": {
    "bamwor-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "bamwor-mcp-server"
      ]
    }
  }
}