Manus MCP
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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_taskB | Create a new AI task in Manus. Returns task_id, task_title, task_url, and optionally a shareable link. |
| create_webhookC | Register a new webhook to receive real-time notifications from Manus. Returns webhook details. |
| delete_webhookC | 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 | |
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: create_task handles AI task creation, create_webhook manages webhook registration, and delete_webhook handles webhook removal. There is no overlap in functionality, making tool selection straightforward for an agent.
All tools follow a consistent verb_noun pattern (create_task, create_webhook, delete_webhook) with clear, descriptive names. The naming convention is uniform throughout the set, enhancing readability and predictability.
With only 3 tools, the set feels thin for a server named 'Manus MCP', which suggests a broader AI task management domain. While the tools are well-defined, the count is borderline low, potentially lacking operations like task retrieval, updates, or webhook listing.
The tool surface has significant gaps for AI task management: it includes create_task but no get_task, update_task, or delete_task, and for webhooks, it lacks list_webhooks. This incomplete CRUD coverage will likely cause agent failures in common workflows.