<img src="https://modelscope.oss-cn-beijing.aliyuncs.com/modelscope.gif" width="400"/>
MCP Playground | Paper | Documentation | 中文文档
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.
[WARNING] For historical archive versions, please refer to: https://github.com/modelscope/ms-agent/tree/0.8.0
| WeChat Group |
|---|
![]() |
Multimodal Model Input: Support image, video, and other multimodal inputs. See Multimodal Docs.
🚀 Feb 06, 2026: Release MS-Agent v1.6.0rc1, which includes the following updates:
Agentic Insight v2: A fully refactored deep-research system with better performance, scalability, and trustworthiness, now available in WebUI. See Agentic Insight v2.
🚀 Feb 04, 2026: Release MS-Agent v1.6.0rc0, which includes the following updates:
WebUI: A new WebUI has been added, featuring agentic chatting capabilities, complex code generation and video generation workflow.
🎬 Nov 13, 2025: Release Singularity Cinema, to support short video generation for complex scenarios, check here
🚀 Nov 12, 2025: Release MS-Agent v1.5.0, which includes the following updates:
Examples: FinResearchExamples
🚀 Nov 07, 2025: Release MS-Agent v1.4.0, which includes the following updates:
🔥 Support Sandbox Framework ms-enclave
🚀 Sep 22, 2025: Release MS-Agent v1.3.0, which includes the following updates:
Memory for building agents with long-term and short-term memorySupport Anthropic API format for LLMs
🚀 Aug 28, 2025: Release MS-Agent v1.2.0, which includes the following updates:
ModelScope、HuggingFace、GitHub for easy sharing of research reports. Refer to Doc Research for more details.HTML、PDF、PPTX and DOCX formats, refer to Doc Research for more details.TXT file processing and file preprocessing, refer to Doc Research for more details.Archive
General Web Search Engine for Agentic Insight (DeepResearch)Add Max Continuous Runs for Agent chat with MCP.
🚀 July 18, 2025: Release MS-Agent v1.0.0, improve the experience of Agent chat with MCP, and update the readme for Agentic Insight.
🚀 July 16, 2025: Release MS-Agent v1.0.0rc0, which includes the following updates:
RolePlay agents with latest OpenAI model GPT-4o. Developers can experience this feature by specifying the image_url parameter.Assistant API, and also provided a Tools API that executes utilities in isolated, secure containers, please find the documentbash run_msgpt.sh.# For the basic functionalities
pip install ms-agent
# For the deep research functionalities
pip install 'ms-agent[research]'
git clone https://github.com/modelscope/ms-agent.git
cd ms-agent
pip install -e .
[!WARNING] As the project has been renamed to
ms-agent, for versionsv0.8.0or earlier, you can install using the following command:
$ claude mcp add ms-agent \
-- python -m otcore.mcp_server <graph>