MCP Agent Graph (MAG)
@keta1930
About MCP Agent Graph (MAG)
MCP Agent Graph (MAG) is an agent development framework for rapidly building agent systems. This project is based on graphs, nodes, and MCP to quickly construct complex Agent systems.
Overview
What is MCP Agent Graph (MAG)?
MCP Agent Graph (MAG) is an agent development framework for rapidly building multi‑agent systems using graphs, nodes, and the Model Context Protocol (MCP). It runs as a web application with a Python backend and a JavaScript frontend, targeting developers who need to design, visualize, and deploy complex agent workflows.
How to use MCP Agent Graph (MAG)?
Install the Python SDK via pip install mcp-agent-graph, then clone the repository. Start the backend with python main.py (on port 9999) and the frontend with npm run dev (on port 5173). For a quick start, import the provided deepresearch.zip file into the frontend canvas.
Key features of MCP Agent Graph (MAG)
- AI‑generated agents from natural language requirements
- Visual graph editor with drag‑and‑drop node configuration
- Each node functions as an independent agent with tool capabilities
- Graph nesting: embed entire graphs as nodes in higher‑level graphs
- One‑click export of graphs as standard MCP server scripts
- Complete agent packaging, sharing, and deployment lifecycle
- Python SDK for integrating visual designs with code execution
Use cases of MCP Agent Graph (MAG)
- Building a deep research system that performs multi‑round retrieval and generates HTML reports
- Simulating complex corporate ethical dilemmas with an AI CFO
Basic information
More Agent Frameworks MCP clients
🌟 MCPM - Model Context Protocol Manager
pathintegral-instituteCLI MCP package manager & registry for all platforms and all clients. Search & configure MCP servers. Advanced Router & Profile features.
🚀 MCPOmni Connect - Universal Gateway to MCP Servers
Abiorh001MCPOmni Connect is an agent execution runtime that connects to multiple MCP servers via stdio, SSE, or streamable HTTP. It supports chat, autonomous agents, and planner-based orchestration treating each MCP server as a tool agent to enable dynamic multi-agent workflows across LLM
Where On-Device and Cloud LLMs Meet
hazyresearchBig & Small LLMs working together
Systemprompt Multimodal MCP Client
ejb503A Multi-modal MCP client for voice powered agentic workflows
MCP CLI client
adhikaspA simple CLI to run LLM prompt and implement MCP client.
Comments