Multi-MCP AI Agent
@aviban15
About 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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"multi-mcp-agent": {
"command": "uv",
"args": [
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More AI & Agents MCP servers
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
Comments