Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_NAMENoServer name overridemanus-mcp
MANUS_MCP_API_KEYYesYour Manus API key (required)
MANUS_MCP_API_BASE_URLNoOverride the API base URLhttps://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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 3 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count3/5

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.

Completeness2/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues