Top 11 MCP Servers for Lifestyle & Local in 2026
Lifestyle and local tasks are where AI agents leave the screen and touch the real world: booking a place to stay, plotting a route, checking whether it will rain on the hike, queuing up a playlist, or turning what's in the fridge into dinner. Model Context Protocol (MCP) servers are the connectors that make this possible — they give an assistant like Claude structured access to Airbnb, Google Maps, Spotify, Strava and dozens of other everyday services.
But a connector that can read your calendar, send messages, or reach out to the network is also a piece of software you're granting real trust. That's the difference in this list: every server below has been security-scanned by MCP Trust Checker, so alongside its usefulness you can see its A–F Trust Score and any high-severity findings — not just its GitHub star count.
How to read the grade: an A means our deterministic scan found a clean, well-scoped server; lower grades and any "high-severity findings" flag capabilities or patterns worth reviewing before you wire the server into an agent that can act on your behalf. A high score with high-severity findings usually means a powerful, legitimate server that simply does a lot — read the details on its registry page and grant access deliberately.
1. Airbnb (OpenBnB)
The category-defining travel server. It searches Airbnb listings and pulls detailed property data — amenities, house rules, pricing, coordinates — with filters for dates, guests, price and property type. It scrapes public pages using Photon/Nominatim geocoding, needs no API key, and respects robots.txt by default, which makes it the standard choice for AI-assisted trip and lodging planning. At roughly 493 GitHub stars it's the most-cited Airbnb MCP and a fixture on awesome-mcp-servers lists.
MCP Trust Score: A (98/100) · GitHub · npm
2. Google Maps (official reference)
The official Anthropic reference server for the Google Maps Platform. It exposes geocoding, reverse geocoding, place search, place details, directions, distance matrix and elevation as tools, turning Google's mapping data into structured context for itinerary building and local discovery. It needs a Google Maps API key. Worth knowing: this package is marked legacy/deprecated on npm, so for new projects consider the actively maintained alternative further down this list — but as the canonical Maps integration it remains widely adopted.
MCP Trust Score: A (98/100) · GitHub · npm
3. Apple MCP
The most popular lifestyle server on this list at around 3.1k GitHub stars, and the definitive local Apple-ecosystem integration. Running natively on macOS, it bridges Apple's built-in apps — Maps, Calendar, Reminders, Notes, Contacts, Mail and Messages — so an assistant can look up directions, create events and reminders, and act on personal data right on the device, with no external API.
Be deliberate here: that reach across Mail, Messages and Contacts is exactly what makes it a "high" capability server, and our scan flags 3 high-severity findings. It still earns a top score because the capabilities are legitimate and expected — but review the findings on its registry page before you let an agent send messages or read personal data unattended.
MCP Trust Score: A (100/100) · GitHub · npm
4. Spotify MCP
The music-as-lifestyle reference. Built on the Spotipy library, it connects an LLM to Spotify to control playback (play, pause, skip), search tracks, albums and artists, and manage the queue and playlists through natural language, handling OAuth against your account. With roughly 608 stars it's the most-forked Spotify MCP and the one most directories recommend.
MCP Trust Score: A (98/100) · GitHub · PyPI
5. Weather (AccuWeather)
A clean, actively maintained weather server that returns hourly and daily forecasts via the AccuWeather API, resolving a city name or coordinates into a real forecast. It's the piece that gives an assistant genuine, current weather context for planning outings, travel and daily activities. It needs a free AccuWeather API key, and it's one of the most-installed standalone weather MCP servers on npm.
MCP Trust Score: A (100/100) · GitHub · npm
6. National Parks MCP
Purpose-built for outdoor and local trip planning in the U.S. It wraps the National Park Service (NPS) API to provide real-time park details, current alerts and closures, visitor-center information, campgrounds, and scheduled activities and events. If you're asking an assistant to plan a park visit, this is the best-known server for the job. It requires a free NPS API key.
MCP Trust Score: A (100/100) · GitHub · npm
7. OpenStreetMap MCP
The leading open-data maps server and a favourite when you don't want to manage a paid Google key. It gives an LLM OpenStreetMap-based location services: geocoding, reverse geocoding, routing and directions, neighborhood analysis, nearby parking, and EV charging-station lookup — all on free OSM/Nominatim data, so no API key is required. A strong no-cost alternative for everyday local discovery.
MCP Trust Score: A (98/100) · GitHub · PyPI
8. Google Maps (cablate)
The practical successor to the deprecated official Maps server. This maintained package — which also ships as a standalone CLI — offers geocoding, place search, directions, distance matrix and elevation tools for AI agents, and it's the one featured in 2026 maps/location roundups precisely because it's still being updated. It needs a Google Maps API key. Our scan rates its capability level as "moderate" rather than "minimal," reflecting a slightly broader surface than the leaner servers above; there are no high-severity findings.
MCP Trust Score: A (100/100) · GitHub · npm
9. Spoonacular MCP
The most recognized recipe and nutrition server, built on the well-known Spoonacular food API. It lets an assistant search recipes, retrieve nutrition and ingredient data, and plan meals by dietary preference, backing cooking, nutrition and grocery workflows with a large commercial database. It requires a Spoonacular API key. Honest note: our scan flags 1 high-severity finding and rates it a "high" capability server, which is why it sits a little lower here — review the finding on its registry page before granting broad access.
MCP Trust Score: A (94/100) · GitHub · npm
10. Strava MCP
The standard fitness integration, bringing health and training data into the lifestyle category. It wraps the Strava API to expose a user's activities, stats and segments, so an assistant can answer questions about runs, rides and training load. It uses Strava OAuth credentials, and it's the fitness MCP most often cited in awesome-mcp lists.
MCP Trust Score: A (98/100) · GitHub · PyPI
11. HowToCook MCP
A lightweight, offline-friendly cooking companion. It wraps the popular open-source HowToCook recipe collection so an assistant can recommend dishes, return step-by-step recipes, and build weekly meal plans. Because the recipes are bundled from the community dataset, it needs no API key at all — a nice contrast to the commercial food APIs and an easy way to add cooking help to an agent.
MCP Trust Score: A (98/100) · GitHub · npm
How we graded these
Every Trust Score here comes from the deterministic, open-source MCP Trust Checker engine, which reads each server's published npm or PyPI source and evaluates it against our capability-flow security model. There is no LLM in the loop and no subjective judgement: the same input produces the same score, every time, so an A means the same thing across the whole registry. High-severity findings aren't a verdict that a server is malicious — they mark powerful capabilities (network access, message-sending, filesystem reach) that deserve a deliberate decision. You can read the full methodology on the security page and browse every scanned server in the registry.
Want to go deeper? Browse the full Lifestyle & Local category in the MCP Trust Registry, or scan any npm/PyPI package yourself — free — through our public API before you trust it in an agent.
Frequently asked questions
What is the best MCP server for travel and lodging?
For lodging, the Airbnb (OpenBnB) MCP server is the category leader — it searches listings and pulls detailed property data with no API key, and earns an A (98/100) Trust Score in our scan. Pair it with a maps server (Google Maps or OpenStreetMap) and the AccuWeather server for full trip planning. See its full report at /registry/openbnb-mcp-server-airbnb.
Are lifestyle MCP servers safe to use?
Most well-known lifestyle servers scan cleanly, but 'safe' depends on what you grant them. Servers that reach into personal data — like Apple MCP (Mail, Messages, Contacts) — carry high-severity findings not because they're malicious but because they're powerful. Check each server's A–F Trust Score and findings on the MCP Trust Registry before letting an agent act unattended.
Which MCP server should I use for Google Maps in 2026?
The official @modelcontextprotocol/server-google-maps still works and scores A (98/100), but it's marked deprecated on npm. For a maintained option, the cablate Google Maps server (A, 100/100) is the practical successor, and OpenStreetMap MCP is a strong choice if you'd rather avoid a paid API key.
Do these MCP servers require API keys?
It varies. Airbnb, OpenStreetMap and HowToCook need no API key. Google Maps, AccuWeather, National Parks and Spoonacular require a (often free) API key, while Spotify and Strava use OAuth against your account. Each server's requirements are noted in its description above and on its registry page.
What does the MCP Trust Score mean?
It's an A–F grade (0–100) from MCP Trust Checker's deterministic, open-source engine, which reads the server's published source and evaluates it against a capability-flow security model. No LLM is involved, so the same code always produces the same score. Read the methodology at /registry/security.
Scan your MCP server now
MCP Trust Checker is free, open-source and runs entirely on your machine. Get an A–F Trust Score for any MCP server in seconds.
npx mcptrustchecker