Multi-MCP AI Agent
@aviban15
关于 Multi-MCP AI Agent
An AI agent which utilizes multiple MCP servers, including internal tools like math tools, and external tools like Google services and web scraping.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"multi-mcp-agent": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Multi-MCP AI Agent?
An agentic AI system that coordinates multiple MCP (Model Control Protocol) servers to deliver capabilities ranging from basic math to Google Workspace and web scraping. It includes a Telegram bot interface and Server-Sent Events (SSE) for real-time communication, targeting developers building modular AI agents.
How to use Multi-MCP AI Agent?
After cloning the repository, create a virtual environment with uv venv, activate it, install dependencies with uv sync, and set up environment variables for Gemini API key, Telegram bot token, and Google OAuth credentials. Start the agent with uv run agent.py or the Telegram bot server with uv run telegram_sse_server.py. Configure MCP servers in config/profiles.yaml and models in config/models.json.
Key features of Multi-MCP AI Agent
- Multi-MCP architecture for distributed processing
- Cognitive modules: perception, memory, decision, action
- Google Workspace integration (Gmail, Drive, Sheets)
- Web scraping, content extraction, DuckDuckGo search
- Real-time Telegram bot and SSE communication
- Session handling, context management, strategic decision making
Use cases of Multi-MCP AI Agent
- Automating document processing with semantic search and content extraction
- Fetching real-time data from web searches and Google Workspace
- Building a conversational assistant with Telegram bot interface
- Orchestrating multiple MCP services for complex multi-step tasks
FAQ from Multi-MCP AI Agent
What external services does Multi-MCP AI Agent integrate with?
It integrates with Google Workspace (Gmail, Google Drive, Google Sheets), DuckDuckGo search, and web scraping/content extraction services.
What are the prerequisites to run Multi-MCP AI Agent?
Python 3.11+, UV package manager, a Telegram Bot Token (for bot functionality), and Google Cloud credentials (for Google Workspace integration).
How do I start the agent and the Telegram server?
Use uv run agent.py for the main agent and uv run telegram_sse_server.py to start the Telegram bot server with SSE support.
Which MCP servers are included in Multi-MCP AI Agent?
Four servers: Basic Operations (math, image processing, file ops), Document Processing (indexing, search, content extraction, image captioning), Web Integration (DuckDuckGo search, web content fetching, rate-limited requests), and Google Workspace (Gmail, Sheets, Drive, URL scraper).
Does Multi-MCP AI Agent support real-time communication?
Yes, through a Telegram bot interface and Server-Sent Events (SSE) for live event streaming and updates.
AI 与智能体 分类下的更多 MCP 服务器
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
1Panel
1Panel-dev🔥 1Panel is a modern, open-source VPS control panel — and the only one with native AI agent support. Run Ollama models, deploy OpenClaw agents, and manage your entire server stack from one clean web interface.
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
评论