MCP.so
登录

Manus MCP

@huyouare

关于 Manus MCP

MCP server that provides Manus-like capabilities

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

huyouare

配置

使用下面的配置,将此服务器添加到你的 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 服务器