MCP Agent Tool Adapter
From Protocol to Intelligence: Powering Agents with MCP
📍 Overview
MCP Agent Tool Adapter enables modular tool
invocation via the MCP
protocol, and provides agents that can dynamically reason with tools using
either Google ADK or LangGraph.
This project transforms MCP tools into:
- 🤖
Google ADK-based agents with streaming FastAPI or CLI interfaces
- 🧠
LangGraph-based agents that use ReAct + streaming tool planning
Project Link: https://github.com/serkanyasr/mcp-agent-tool-adapter
Features:
-
🚀 Converts MCP tools into LangGraph and ADK agents
-
🧠 Agent collaboration and task orchestration
-
🔧 MCPClient/MCPServer-based modular backend
-
🖥️ CLI chatbot interface powered by OpenAI
-
📁 Supports multiple data backends: memory, SQLite, and filesystem
-
🛠 Configurable through
mcp_config.json