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: manus-mcp-server
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.
Related MCP Connectors
Use AI models for chat, image, and video generation from Claude Code and other MCP hosts.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Generate AI images and videos from any compatible MCP client.
Create and manage AI image and video generations through Quriov's fixed public MCP tools.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceEnables image generation and editing using Google Vertex AI's Imagen API through natural language commands in MCP clients like Claude Desktop.371MIT
- FlicenseNot gradedqualityCmaintenanceA remote MCP server that wraps the Manus API to expose a generate_image tool, enabling Claude to request image generation via Manus.-
- FlicenseNot gradedqualityCmaintenanceWraps the Manus API to expose a generate_image tool, allowing Claude to request image generation through Manus.-
- FlicenseNot gradedqualityBmaintenanceEnables Claude to generate images by wrapping the Manus API through a remote MCP server with OAuth authentication.-