ms-agent
MS-Agent: a lightweight framework to empower agentic execution of complex tasks
About ms-agent
MS-Agent is a lightweight framework designed to empower agents with autonomous exploration capabilities. It provides a flexible and extensible architecture that allows developers to create agents capable of performing complex tasks, such as code generation, data analysis, and tool calling for general purposes with MCP (Model Calling Protocol) support.
mcp = { "mcpServers": { "fetch": { "type": "streamable_http", "url": "https://mcp.api-inference.modelscope.net/{your_mcp_uuid}/mcp" } } }
llm_agent = LLMAgent(mcp_config=mcp) # Run task await llm_agent.run('Introduce modelscope.cn')
ms-agent is an open-source project written primarily in Python, with 4.3k stars on GitHub. It was last updated in July 2026.
pip install ms-agentms-agent vs. the alternatives
All research & data agents →| Agent | Stars | Pricing | ||
|---|---|---|---|---|
| ms-agent | 4.3k | Python | Apache-2.0 | Open source |
| firecrawl | 143k | TypeScript | AGPL-3.0 | Open source |
| Scrapling | 68k | Python | BSD-3-Clause | Open source |
| TrendRadar | 60k | Python | GPL-3.0 | Open source |
| BettaFish | 42k | Python | GPL-2.0 | Open source |
| khoj | 35k | Python | AGPL-3.0 | Open source |
