Manus MCP
@huyouare
About Manus MCP
MCP server that provides Manus-like capabilities
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"manus-mcp": {
"command": "uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/manus-mcp",
"run",
"mcp_server.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments