Model Context Protocol
Pollinations Multimodal MCP Server is designed to enable AI assistants to generate media content such as images, text, and audio using the Pollinations APIs. It is characterized by a simple, lightweight design with stdio transport for integration, and is compatible with multiple models for content generation.
Pollinations Multimodal MCP Server
A Model Context Protocol (MCP) server designed for the Pollinations APIs, enabling AI assistants to generate images, text, and audio. It features a thin proxy design for minimal data transformation and uses stdio transport for easy integration. The server can generate image URLs, base64-encoded images, text responses, and audio from text prompts, and is compatible with various models. It requires Node.js 14.0.0 or higher, though Node.js 16.0.0+ is recommended for optimal performance. MCP server can be run directly with npx or installed globally, and it also integrates with Claude Desktop.
Features
- Image URL generation from text prompts
- Base64-encoded image generation from text prompts
- Text response generation
- Text-to-speech audio generation
- Listing of available models
- STDIO transport for integration
System Requirements
- Node.js version 14.0.0 or higher, with 16.0.0+ recommended
Troubleshooting
"AbortController is not defined" Error
- Update Node.js to version 16.0.0 or newer or use the polyfill provided in version 1.0.6+.