Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_NAME | No | Server name override | manus-mcp |
| MANUS_MCP_API_KEY | Yes | Your Manus API key (required) | |
| MANUS_MCP_API_BASE_URL | No | Override the API base URL | https://api.manus.ai/v1 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_task | Create a new AI task in Manus. Returns task_id, task_title, task_url, and optionally a shareable link. |
| create_webhook | Register a new webhook to receive real-time notifications from Manus. Returns webhook details. |
| delete_webhook | Remove a previously registered webhook by its ID. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |