MCP Catalogs
Home

mcp-google-map vs mcp-server-weather-js

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

mcp-google-map
by cablate
mcp-server-weather-js
by hideya
Stars★ 302★ 13
30d uses
Score5233
Official
Categories
AI / LLM ToolsDeveloper ToolsOther
weatherOther
LanguageTypeScriptJavaScript
Last commit1 mo ago14 mo ago

mcp-google-map · Summary

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

mcp-server-weather-js · Summary

A simple Node.js MCP server providing US weather forecasts and alerts via two tools.

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

mcp-server-weather-js · Use cases

  • Checking weather forecasts for specific locations in the US
  • Receiving weather alerts for particular states
  • Integrating weather information into AI workflows

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"
    }
  }
}

mcp-server-weather-js · Install

Installation

  1. Install the npm package:
npm install @h1deya/mcp-server-weather
  1. Add to Claude Desktop configuration:

Edit your claude_desktop_config.json and add:

{
  "mcpServers": {
    "weather": {
      "command": "npx",
      "args": [
        "-y",
        "@h1deya/mcp-server-weather"
      ],
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.