The definitive directory of Model Context Protocol (MCP) servers curated for voice-first AI experiences.
200 MCP servers across 26 categories — optimized for Amazon Alexa, Google Assistant, Siri, and every voice assistant adopting the MCP standard.
Top 10 · Browse by Category · Full Catalog (JSON) · Contribute
The Model Context Protocol (MCP) is an open standard created by Anthropic that lets AI assistants connect to external tools, APIs, and data sources through a single unified interface. MCP is already supported by Claude Desktop, ChatGPT, Cursor, Windsurf, and hundreds of developer tools.
Voice assistants are next. As platforms like Amazon Alexa, Google Assistant, and Apple Siri evolve toward agentic AI architectures, MCP provides the natural bridge — replacing siloed "skills" and "actions" with a universal protocol. When voice platforms adopt MCP, every server in this directory becomes instantly accessible by voice. No custom skill development. No certification process. Just plug and talk.
This repo curates the 200 most voice-relevant MCP servers so developers, companies, and voice-assistant platforms can find the right integrations fast.
Note: This directory tracks MCP servers that are well-suited for voice-assistant use cases. Inclusion here does not imply official endorsement by any voice-assistant platform. Check each platform's documentation for their latest MCP support status.
These are the highest-impact MCP servers for voice-first experiences:
| # | MCP Server | Voice Use Case | Category |
|---|---|---|---|
| 1 | Home Assistant MCP | "Turn off the living room lights" — full smart home control | Smart Home |
| 2 | Spotify MCP | "Play my Discover Weekly" — music search, playback, playlists | Music & Audio |
| 3 | ElevenLabs TTS MCP | Premium voice synthesis for natural-sounding responses | Voice Processing |
| 4 | Todoist MCP | "Add buy groceries to my todo list" — full task management | Productivity |
| 5 | Google Maps MCP | "How long to get to the airport?" — directions & places | Travel |
| 6 | Yahoo Finance MCP | "What's Tesla stock at?" — real-time quotes & analysis | Finance |
| 7 | WhatsApp MCP | "Read my WhatsApp messages" — messaging by voice | Email & Messaging |
| 8 | Brave Search MCP | "Search for best restaurants near me" — web search | Search & Knowledge |
| 9 | TMDB MCP | "What movies are trending this week?" — film discovery | Movies & TV |
| 10 | OpenWeatherMap MCP | "What's the weather this weekend?" — forecasts & alerts | Weather |
graph LR
User([🗣️ User Voice Command]) --> VA[Voice Assistant<br/>Alexa / Siri / Google]
VA --> MCP{MCP Protocol}
MCP --> SH[🏠 Smart Home]
MCP --> MU[🎵 Music & Audio]
MCP --> FI[💰 Finance]
MCP --> SH2[🛒 Shopping]
MCP --> PR[📋 Productivity]
MCP --> SE[🔍 Search]
MCP --> MORE[... 20 more categories]
style MCP fill:#4A90D9,stroke:#333,color:#fff
style VA fill:#FF9900,stroke:#333,color:#fff
pie title 200 MCP Servers by Category
"Email & Messaging" : 14
"Music & Audio" : 12
"Smart Home" : 11
"Social Media" : 11
"Finance" : 11
"Shopping" : 10
"Health & Fitness" : 10
"Productivity" : 10
"Search & Knowledge" : 10
"Database & Storage" : 10
"Weather" : 9
"Image Gen & AI" : 8
"Travel" : 8
"Utilities" : 7
"Documents" : 7
"Movies & TV" : 6
"Voice Processing" : 6
"Food & Cooking" : 6
"Notes" : 6
"News & RSS" : 5
"YouTube & Video" : 5
"Science" : 5
"Cloud Storage" : 4
"Sports" : 4
"Translation" : 3
"Security" : 2
| Category | Count | Top Servers | Description |
|---|---|---|---|
| Smart Home & IoT | 11 | Home Assistant, Philips Hue | Voice control for lights, locks, thermostats, cameras |
| Weather & Environment | 9 | OpenWeatherMap, NWS | Forecasts, severe weather alerts, air quality |
| Music & Audio | 12 | Spotify, Apple Music, SoundCloud | Playback, playlists, music discovery |
| Voice & Audio Processing | 6 | ElevenLabs, Whisper | Text-to-speech, transcription, voice cloning |
| Movies, TV & Entertainment | 6 | TMDB, IMDb | Movie/show discovery, ratings, recommendations |
| Shopping & E-Commerce | 10 | Amazon, Best Buy | Product search, price comparison, ordering |
| Social Media | 11 | Twitter/X, Reddit, LinkedIn | Post, read feeds, manage accounts by voice |
| Email & Messaging | 14 | Gmail, WhatsApp, Twilio | Send and read messages across platforms |
| Finance & Stocks | 11 | Yahoo Finance, CoinGecko | Stock quotes, crypto prices, portfolio tracking |
| Travel & Navigation | 8 | Google Maps, Flights | Directions, hotel booking, trip planning |
| Health & Fitness | 10 | Strava, Garmin | Workout tracking, health metrics, coaching |
| Productivity | 10 | Todoist, Google Calendar | Tasks, reminders, scheduling, notes |
| Search & Knowledge | 10 | Brave Search, Wikipedia | Web search, Q&A, knowledge base queries |
| Image Generation & AI | 8 | DALL-E, Stable Diffusion | Generate images from voice descriptions |
| Database & Storage | 10 | Postgres, Notion, Supabase | Data queries, document access, browser control |
| News & RSS | 5 | RSS feeds, news aggregators | News briefings, feed summaries |
| Sports & Scores | 4 | ESPN, live scores | Game scores, standings, fantasy sports |
| Food & Cooking | 6 | Recipes, restaurants | Recipe lookup, meal planning, restaurant discovery |
| Translation & Language | 3 | DeepL, real-time translation | Translate phrases and conversations by voice |
| YouTube & Video | 5 | YouTube, video summaries | Search videos, get summaries, play content |
| Utilities & System Tools | 7 | QR codes, calculators | Unit conversion, calculations, quick tools |
| Notes & Bookmarks | 6 | Obsidian, Apple Notes | Voice note capture, bookmark management |
| Cloud Storage | 4 | Dropbox, OneDrive, S3 | File access and management by voice |
| Security & Auth | 2 | 1Password | Password retrieval, security status checks |
| Science & Research | 5 | PubMed, arXiv | Research queries, paper summaries |
| Documents & Office | 7 | PDF, Excel, Word | Document creation and manipulation |
| Total | 200 |
The complete machine-readable catalog is available at catalog.json with fields: name, github_url, description, category, and alexa_relevance for every MCP server.
Every MCP server in this directory follows the standard MCP protocol. Connect any server to an MCP-compatible client:
# Example: Install and run the Spotify MCP server
git clone https://github.com/marcelmarais/spotify-mcp-server
cd spotify-mcp-server
npm install && npm startMCP client configuration (Claude Desktop, Cursor, etc.):
{
"mcpServers": {
"spotify": {
"command": "node",
"args": ["path/to/spotify-mcp-server/index.js"],
"env": { "SPOTIFY_CLIENT_ID": "your-id" }
}
}
}For voice-assistant integration, each platform will define its own MCP configuration method. This directory ensures you can find the right servers regardless of which client you use.
graph TD
A[✅ 200 MCP Servers Cataloged] --> B[🔄 GitHub Pages Searchable Site]
B --> C[🔄 Automated Link Validation CI]
C --> D[🔄 Star Count & Health Badges per MCP]
D --> E[🔄 Community Voting on Top MCPs]
E --> F[🎯 500 MCP Servers]
style A fill:#28a745,stroke:#333,color:#fff
style F fill:#4A90D9,stroke:#333,color:#fff
We welcome community contributions. See CONTRIBUTING.md for the full guide.
Quick version:
- Fork → Add entry to
catalog.json→ Update category README → PR
- Must be a working MCP server (not a client or library)
- Must have a public GitHub repository
- Must be relevant to voice-assistant use cases
- Preference for actively maintained projects
| Resource | Description |
|---|---|
| MCP Specification | Official Model Context Protocol documentation |
| modelcontextprotocol/servers | Anthropic's official reference MCP servers |
| wong2/awesome-mcp-servers | Largest community MCP server list (84k+ stars) |
| appcypher/awesome-mcp-servers | Comprehensive alternative MCP directory |
| TensorBlock/awesome-mcp-servers | Category-organized MCP collection |
| PulseMCP | MCP server discovery platform |
If this directory is useful, consider starring it — it helps others find it.
MIT — AI Venture Holdings LLC
Built by ALLBOTS.io · A portfolio company of AI Venture Holdings LLC
⭐ Star this repo to stay updated when new MCP servers are added