MCP Catalogs
Home

mcp-google-map vs ultimate_mcp_server

Side-by-side comparison to help you pick between these two MCP servers.

mcp-google-map
by cablate
ultimate_mcp_server
by Dicklesworthstone
Stars★ 302★ 149
30d uses
Score5285
Official
Categories
AI / LLM ToolsDeveloper ToolsOther
AI / LLM ToolsBrowser AutomationFile System
LanguageTypeScriptPython
Last commit1 mo ago2 mo ago

mcp-google-map · Summary

A comprehensive MCP server with 18 Google Maps API tools for geolocation, routing, search, and location-based intelligence.

ultimate_mcp_server · Summary

Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.

mcp-google-map · Use cases

  • Travel planning and itinerary creation with optimized multi-stop routes
  • Business location analysis and competitor tracking for local SEO
  • Real-time location-based information retrieval for conversational AI

ultimate_mcp_server · Use cases

  • Complex document processing and analysis with OCR and structured data extraction
  • Web automation and research across multiple sites with browser control
  • Cost-optimized AI workflows through intelligent task delegation between models

mcp-google-map · Install

Installation

**1. stdio mode (Recommended)** Add to Claude Desktop configuration:

{
  "mcpServers": {
    "google-maps": {
      "command": "npx",
      "args": ["-y", "@cablate/mcp-google-map", "--stdio"],
      "env": {
        "GOOGLE_MAPS_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

**2. HTTP server mode**

npx @cablate/mcp-google-map --port 3000 --apikey "YOUR_API_KEY"

Configure client:

{
  "mcpServers": {
    "google-maps": {
      "type": "http",
      "url": "http://localhost:3000/mcp"
    }
  }
}

ultimate_mcp_server · Install

Installation

  1. Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. Install dependencies:
pip install -e .
  1. For Claude Desktop integration, add to your claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. Run the server:
python -m ultimate_mcp_server
Comparison generated from public README + GitHub signals. Last updated automatically.