Manus AI Image Generation MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Manus AI Image Generation MCP Servergenerate an image of a cat wearing a wizard hat"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Manus AI Image Generation MCP Server
This is a Remote Model Context Protocol (MCP) server that wraps the Manus AI API to provide image generation capabilities as MCP tools.
Features
Tool:
generate_image: Allows Claude AI to generate images via Manus AI.Transport: Uses Streamable HTTP (SSE) for remote communication.
Async Processing: Automatically polls Manus API for task completion and returns results.
Related MCP server: io.github.pvliesdonk/image-generation-mcp
Setup
Clone the repository (or copy the files).
Install dependencies:
pnpm installConfigure environment variables: Create a
.envfile based on.env.exampleand add your Manus API key.MANUS_API_KEY=your_manus_api_key PORT=3000Start the server:
pnpm start
Connecting to Claude
To use this server with Claude Web:
Deploy this server to a publicly accessible URL (e.g., using Railway, Render, or a VPS).
In Claude Web, go to Settings > MCP Servers (or use the "+ Add Custom Integration" button).
Provide the server name and the SSE URL:
https://your-deployed-url.com/sse.
Security Note
The server validates the
Originheader to prevent DNS rebinding.Ensure you use HTTPS for the deployed server.
In production, implement OAuth 2.1 as required by the MCP specification for remote servers.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jamie442532-hash/manus-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server