Manus MCP
@huyouare
关于 Manus MCP
MCP server that provides Manus-like capabilities
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"manus-mcp": {
"command": "uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/manus-mcp",
"run",
"mcp_server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Manus MCP?
Manus MCP is a Model Context Protocol (MCP) server implementation that can browse the web, perform search queries, and execute code. It is designed for developers and AI assistants to automate web research and run code in a sandboxed environment.
How to use Manus MCP?
Install with the setup script (./setup.sh) or manually using uv. Configure Claude for Desktop by editing its JSON configuration file to add the Manus MCP server, then restart the application. Alternatively, run the server directly with ./run.py or uvicorn app.main:app --reload and visit the API docs at http://localhost:8000/docs.
Key features of Manus MCP
- Google search tool for retrieving relevant links
- Web browsing with navigation, clicking, and content extraction
- Code execution in a sandbox supporting multiple languages
- Bash command execution with foreground/background modes
- Configurable environment variables for sandbox path and timeouts
Use cases of Manus MCP
- Automate web research and data collection via search and browsing
- Write, read, and execute code snippets in various languages within a sandbox
- Run shell commands and manage files in a sandboxed directory
- Perform interactive web tasks like clicking, scrolling, and form filling
FAQ from Manus MCP
What is Manus MCP?
Manus MCP is an MCP server that provides tools for web browsing, searching, and code execution in a sandboxed environment.
How can I install Manus MCP?
Run the provided setup.sh script, or manually install by cloning the repository, creating a virtual environment with uv, installing dependencies, and running the server.
What tools are available in Manus MCP?
The server includes hello_world, google_search, browse_web, code_interpreter, and bash_tool tools.
Can I configure the sandbox directory?
Yes, set the SANDBOX_DIR environment variable to specify a custom sandbox path, with a default of ~/manus-sandbox.
What languages are supported for code execution?
The code interpreter supports Python, JavaScript (Node.js), Bash, Ruby, Perl, and R.
其他 分类下的更多 MCP 服务器
Servers
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论