Back to Apps

MCP Multi-Tool Agent
Supports UIby limonhalder
Demonstration framework for building multi-tool conversational agents using LangGraph and multiple MCP transports.
0 stars
Works in:claude
Exposes:Tools
What it does\nA reference implementation showing how to bridge multiple MCP servers (both stdio and HTTP) using LangChain and LangGraph to create a sophisticated multi-tool agent.\n\n## Tools\n- math_tool: Performs mathematical calculations via a Python stdio server.\n- weather_tool: Fetches real-time weather data via a FastMCP HTTP server.\n\n## Installation\nThis is a framework project. To run the integrated agent, configure your claude_desktop_config.json to include the respective server endpoints or run the provided main.py with a Groq API key.\n\njson\n{\n "mcpServers": {\n "math-server": {\n "command": "python",\n "args": ["mathserver.py"]\n },\n "weather-server": {\n "url": "http://localhost:8000/sse"\n }\n }\n}\n\n\n## Supported hosts\n- Claude
Quick install
pip install -r requirements.txtInformation
- Pricing
- free
- Published
- 5/3/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{\n "mcpServers": {\n "math-server": {\n "command": "python",\n "args": ["mathserver.py"]\n }\n }\n}





