Multi-MCPs
Enables repository management and issue tracking through GitHub's API, including searching repositories, retrieving repository information, creating issues, and listing commits
Provides location-based services through Google Maps and Places APIs, including place searches, directions, and address geocoding
Allows interaction with Notion workspaces through database queries, page creation and updates, and content search capabilities
Enables music discovery and playlist management through Spotify's API, including track searches, retrieving track information, creating playlists, and adding tracks to playlists
Provides project management capabilities through Trello's API, including board management, card creation and updates, and retrieving board contents
Enables communication services through Twilio's API, including sending SMS messages, making phone calls, and retrieving message history
Provides access to high-quality stock photography through Unsplash's API, including photo searches, random photo retrieval, and detailed photo information
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Multi-MCPswhat's the weather in Tokyo today?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Multi-MCPs
Multi-MCPs is a Model Context Protocol (MCP) server that aggregates multiple third-party APIs and exposes them as unified MCP tools. It ships with out-of-the-box support for the top 10 commonly used external services: OpenWeather, Google Maps/Places, NewsAPI, GitHub, Notion, Trello, Spotify, Twilio, Unsplash, and CoinGecko.
Install
npm iRelated MCP server: agentforge
Run
Build:
npm run buildRun as an MCP server (stdio):
npx @modelcontextprotocol/inspector build/index.jsConfiguration
Provide credentials via environment variables or config/api-configs.json. Environment variables take precedence over file values.
Example config/api-configs.json:
{
"OPENWEATHER_API_KEY": "...",
"GOOGLE_API_KEY": "...",
"NEWS_API_KEY": "...",
"GITHUB_TOKEN": "...",
"NOTION_TOKEN": "...",
"TRELLO_KEY": "...",
"TRELLO_TOKEN": "...",
"SPOTIFY_CLIENT_ID": "...",
"SPOTIFY_CLIENT_SECRET": "...",
"TWILIO_ACCOUNT_SID": "...",
"TWILIO_AUTH_TOKEN": "...",
"UNSPLASH_ACCESS_KEY": "..."
}You can also point to a custom config file with:
export MUTI_MCPS_CONFIG=/abs/path/to/api-configs.jsonAvailable Tools (selection)
Weather:
get_current_weather,get_weather_forecast,get_weather_alertsMaps:
search_places,get_directions,geocode_addressNews:
get_top_headlines,search_news,get_sourcesGitHub:
search_repositories,get_repository_info,create_issue,list_commitsNotion:
query_database,create_page,update_page,search_pagesTrello:
get_boards,create_card,update_card,get_board_cardsSpotify:
search_tracks,get_track_info,create_playlist,add_tracks_to_playlistTwilio:
send_sms,make_call,get_message_historyUnsplash:
search_photos,get_random_photo,get_photo_detailsCoinGecko:
get_coin_price,get_trending_coins,get_market_data
Note: Tools are listed even if credentials are missing; calls will fail with a clear error if the required credentials are not configured.
License
This project is licensed under the MIT License. See LICENSE for details.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA comprehensive MCP server providing over 390 tools across 66 providers, including major SaaS platforms like GitHub, Slack, and Stripe. It enables AI assistants to interact directly with a wide array of public APIs and utility services through a single interface.Last updated
- FlicenseAqualityFmaintenanceMCP server that exposes 300+ AI agents as tools via a single API key. Supports listing agents, invoking any agent with chat-completion style messages, checking agent health, and retrieving platform statistics.Last updated53
- Alicense-qualityCmaintenanceA unified MCP server providing AI agents with 40+ developer APIs including geolocation, crypto prices, DNS lookup, and web scraping. Enables natural language access to various tools through a single gateway.Last updated1MIT
- Flicense-qualityCmaintenanceA modular MCP server exposing tools for integrating with services like GitHub, Redash, Jenkins, Figma, Jira, Confluence, Teams, Datadog, PagerDuty, Slack, and Presto, enabling users to manage these platforms through natural language via an MCP client.Last updated
Related MCP Connectors
350+ production-ready APIs through one MCP server — weather, geocoding, validation, financial data.
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TaylorChen/muti-mcps'
If you have feedback or need assistance with the MCP directory API, please join our Discord server