manus-mcp
17
Manus MCP is a Model Context Protocol server designed to perform web browsing, search queries, and execute code. It includes tools for Google search, website navigation, and running code in a secure environment.
Manus MCP
A Model Context Protocol (MCP) server implementation that can browse the web, perform search queries, and execute code.
Current Features
- Performs Google searches and returns relevant links.
- Allows web browsing, click actions, and extracting site content.
- Code interpreter for reading, writing, and executing code in a sandbox.
- Supports bash commands execution in a sandbox environment.
Available Tools
- hello_world: Returns a simple greeting message.
- google_search: Returns a list of relevant Google search links.
- browse_web: Interacts with websites for navigation and information extraction.
- code_interpreter: Manages and executes code files within a sandbox.
- bash_tool: Executes bash commands, manages long-running processes.
Using with Claude for Desktop
- Edit the Claude for Desktop configuration file.
- Add server configuration and restart Claude for Desktop to access Manus MCP tools.
Environment Variables
Configurable variables include SANDBOX_DIR, GLOBAL_TIMEOUT, BROWSER_HEADLESS, and more.
Development Guide
Prerequisites
- Python 3.11+
- uv package installer.
Installation
- Use the setup script or manually clone and set up a virtual environment.
API Documentation
- Accessible via http://localhost:8000/docs.