Maps, Weather & Local Data MCP servers connect AI assistants to real-world geospatial and environmental services. These servers provide live weather forecasts, directions, public transit updates, flight searches, restaurant guides, and ride bookings. Users can ground large language models in accurate local data through standardized Model Context Protocol tools and resources.
Maps, Weather & Local Data MCP servers let AI assistants query live environmental conditions, geolocate coordinates, calculate transit routes, and access regional points of interest. By exposing external location APIs through the Model Context Protocol, these tools enable models to retrieve forecasts, inspect transit schedules, and suggest dining or lodging without leaving the conversation interface.
When evaluating servers in this category, consider three main operational factors:
For basic meteorological reports, Wttr Weather queries the wttr.in service without complex setup. MCP Weather connects directly to the OpenWeather API for structured global forecasts. Travel Planner integrates Google Maps services for route calculation and geographic context. NS Travel Information MCP Server supplies real-time departures and disruptions across Dutch railways. Michelin MCP extracts rated restaurant details, cuisines, and facilities, while Uber allows assistants to dispatch rides through user accounts.
| MCP server | What it connects to | Type | Repository |
|---|---|---|---|
| Salaah MCP | Salaah MCP is an MCP server that provides Islamic prayer times and astronomical calculations to Model Context Protocol clients such | Unknown | https://github.com/yusufk/salaah-mcp |
| Wttr Weather | Wttr Weather is an MCP server that connects LLM interfaces and AI agents to the wttr.in weather service. Designed for | Unknown | https://github.com/melody26613/mcp-server-fetch-wttr |
| NS Travel Information MCP Server | NS Travel Information MCP Server is an MCP server that integrates Model Context Protocol clients with the official Dutch railways | Unknown | https://github.com/r-huijts/ns-mcp-server |
| Uber | Uber is an MCP server that integrates an AI assistant with the Uber Rides API using OAuth 2.0 authentication. It | Unknown | https://github.com/199-biotechnologies/mcp-uber |
| Travel Planner | Travel Planner is an MCP server that integrates large language models with Google Maps services for location intelligence and travel | Unknown | https://github.com/GongRzhe/TRAVEL-PLANNER-MCP-Server |
| Travel MCP Server | Travel MCP Server is an MCP server that provides travel planning, booking discovery, and trip budgeting tools to AI assistants. | Unknown | https://github.com/gs-ysingh/travel-mcp-server |
| Travel Assistant | Travel Assistant is an MCP server ecosystem that equips AI assistants with tools for comprehensive travel planning, flight search, accommodation | Unknown | https://github.com/skarlekar/mcp_travelassistant |
| TripGo | TripGo is an MCP server that connects AI clients to the SkedGo TripGo API to deliver comprehensive transit, routing, and | Unknown | https://github.com/skedgo/tripgo-mcp-server |
| MeteoSwiss Data | MeteoSwiss Data is an MCP server that connects AI assistants to official meteorological information from the MeteoSwiss Open Government Data | Unknown | https://github.com/eins78/mcp-server-meteoswiss |
| Satellite MCP Server | Satellite MCP Server is an MCP server that performs satellite orbital mechanics calculations and pass predictions through natural language queries | Unknown | https://github.com/BuildASpacePro/Orbit-MCP |
For immediate meteorological updates, Wttr Weather provides a lightweight option querying the wttr.in endpoint without heavy configuration. If you require structured API output covering international coordinates via developer keys, MCP Weather integrates OpenWeather data, while MeteoSwiss Data offers localized reports and content for Swiss territory.
To connect an integration like Travel Planner or Michelin MCP to Claude Desktop, add the server configuration to your claude_desktop_config.json file. Specify the executable command, script path, and any required environment variables such as API keys. Restart Claude Desktop to register the geographic tools.
Yes. The Uber MCP server allows assistants to handle ride bookings directly within conversational workflows. For regional public transport, NS Travel Information MCP Server supplies real-time Dutch railway schedules, and TripGo finds transport-related locations, departures, and multimodal routes across supported transit areas.
Travel MCP Server covers flight search, lodging reservations, currency conversion, and regional weather. Similarly, Travel Assistant provides a multi-server setup spanning flights, hotels, events, and geocoding, while Travel Planner focuses specifically on Google Maps interactions for route generation and location context.
Yes. Salaah MCP acts as a FastAPI and MCP service calculating Islamic prayer times and related astronomical schedules. For aerospace calculations, Satellite MCP Server performs orbital mechanics tracking coupled with an internal world cities database for precise surface coordinate lookups.