MCPollinations
The MCPollinations Multimodal MCP Server is a versatile tool that allows AI assistants to create images, text, and audio using Pollinations APIs. It is compatible with the Model Context Protocol (MCP) and requires no authentication, making it straightforward and efficient for developers and users to integrate and use.
What Node.js version is required?
Node.js version 14.0.0 or higher is required, but version 16.0.0 or higher is recommended for best performance.
How can I resolve the 'AbortController is not defined' error?
This error occurs with Node.js versions below 16.0.0. Update Node.js to 16.0.0 or newer, or install the 'node-abort-controller' package.
Where are generated images saved?
Images are saved in the current working directory of the MCP server. You can specify a custom save location using the 'outputPath' parameter.
How can I ensure unique filenames for generated images?
The server automatically appends a timestamp and random suffix to filenames to ensure uniqueness. Custom filenames will have numeric suffixes added if needed.
Can I use the server without installing it globally?
Yes, you can run the server directly using npx without global installation.