Back to Catalog
Pollinations AI MCP Server logo
mcp-server3

Pollinations AI MCP Server

Official Model Context Protocol (MCP) server from Pollinations.ai that enables AI assistants like Claude, Cursor, and VS Code to generate high-quality images, text, audio, and video directly through natural language using the unified Pollinations generative AI API — with no authentication required and free compute.

Overview

The Pollinations AI MCP Server is the official open-source Model Context Protocol (MCP) server developed by the Pollinations.ai team. It acts as a lightweight bridge that allows AI assistants and agents to access Pollinations' unified generative AI API for creating images (Flux, etc.), text, audio, and video entirely through natural language prompts.

No API keys or authentication are needed for basic usage, making it one of the easiest ways to add multimodal generation capabilities to tools like Claude Desktop, Cursor, VS Code, and other MCP-compatible clients.

Key Features

  • Multimodal Generation: Text-to-image, text-to-audio, text-to-video, and text generation in one server.
  • Zero Authentication: Works out-of-the-box with public endpoints and free compute credits.
  • Simple Setup: Run instantly with npx @pollinations_ai/mcp — no installation required.
  • STDIO & Streamable Transport: Full compatibility with MCP clients using STDIO or HTTP/SSE.
  • Lightweight & Fast: Built in TypeScript, minimal overhead, optimized for real-time AI workflows.
  • Open Source: Fully transparent and forkable from the main Pollinations repository.
  • Community Alternatives: Popular forks like MCPollinations (pinkpixel-dev) offer additional customization.

Supported Capabilities

  • Generate images from detailed text prompts (high-quality models like Flux)
  • Create audio clips and sound effects
  • Generate short videos
  • Text completion and creative writing
  • Iterative refinement of generated assets through conversation

Use Cases

  • Creative AI Workflows: Ask Claude to "generate an image of a cyberpunk city at night" directly in chat.
  • IDE Integration: Enhance Cursor or VS Code with on-demand image/audio generation for design, documentation, or prototypes.
  • Multimodal Agents: Build agents that combine code, reasoning, and media generation in one session.
  • Rapid Prototyping: Quickly visualize concepts, create assets for apps, or produce multimedia content.
  • Education & Experimentation: Explore generative AI without managing API keys or credits.

Getting Started

Quick Run with npx (Recommended)

npx @pollinations_ai/mcp

Add to MCP Client (e.g. Claude Desktop or Cursor)

{
  "mcpServers": {
    "pollinations": {
      "command": "npx",
      "args": ["@pollinations_ai/mcp"]
    }
  }
}

Global Install

npm install -g @pollinations_ai/mcp
pollinations-mcp

Once running, your AI assistant will automatically discover and use the available generation tools.

Community & Alternatives

  • MCPollinations by pinkpixel-dev: Popular community fork with extra features and customization.
  • Other forks and extensions exist for specific editors (e.g., Zed Pollinations MCP).

Resources

  • Main Repository: https://github.com/pollinations/pollinations
  • MCP Package: https://github.com/pollinations/pollinations/tree/main/packages/mcp
  • NPM Package: https://www.npmjs.com/package/@pollinations/model-context-protocol
  • Pollinations.ai Website: https://pollinations.ai/
  • Unified API Docs: https://enter.pollinations.ai/api/docs

Pollinations AI MCP Server is widely praised in the MCP community for its simplicity, speed, and ability to bring powerful multimodal generation to any compatible AI assistant with virtually zero setup.

Tags

pollinationspollinations-aimcpmcp-serverimage-generationtext-generationaudio-generationmultimodalai-agentclaudecursortypescriptgenerative-ai