SamurAIGPT

Muapi Cursor Plugin — AI skill for Claude Code

AI community

Cursor plugin: generate images, videos, and audio from 500+ AI models via muapi.ai's MCP server.

How to install Muapi Cursor Plugin

This entry records only its repository, not the path inside it, so there is no exact command to give. Open SamurAIGPT/muapi-cursor-plugin and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Muapi Cursor Plugin does

Cursor plugin: generate images, videos, and audio from 500+ AI models via muapi.ai's MCP server.

Alternatives in AI

  • Firecrawl MCP Server — 🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM c 6.1k ★
  • Generative Media Skills — Multi-modal Generative Media Skills for AI Agents (Claude Code, Cursor, Gemini CLI) 3k ★
  • Jcodemunch MCP — Cut AI token costs 95%+ on code exploration 2.6k ★

README

muapi Cursor Plugin

![muapi logo](./logo.png)

Generate images, videos, and audio from **500+ AI models** — Flux, Midjourney, Veo, Seedance, Suno, and more — right inside Cursor, powered by [muapi.ai](https://muapi.ai)'s unified generative-media API.

This plugin connects Cursor to muapi's hosted [Model Context Protocol](https://modelcontextprotocol.io) server, so your agent can call image/video/audio generation tools, check results, and manage your account without leaving the editor.

What you get

  • Image generation — Flux (dev/schnell/kontext), Midjourney, Seedream, HiDream, Qwen, GPT-4o image, and more
  • Video generation — Veo, Seedance, Wan, Kling, and other text-to-video / image-to-video models
  • Audio generation — Suno and other music/speech models
  • Model discovery — search muapi's catalog by keyword or category
  • Account tools — check balance, manage API keys

19 tools total, proxied to the same REST API that powers [muapi.ai](https://muapi.ai).

Setup

  1. Install this plugin from the Cursor Marketplace.
  2. Get an API key at muapi.ai/dashboard.
  3. When prompted, paste your key into the MUAPI_API_KEY variable (Cursor stores it securely and injects it into the MCP connection — it is never committed to this repo).
  4. Ask your agent to generate an image, video, or audio clip.

How it works

The plugin declares one MCP server (`mcp.json`) pointing at muapi's hosted Streamable HTTP endpoint, `https://api.muapi.ai/mcp`, authenticated with your key as a bearer token. Generation is asynchronous: a `generate` call returns a `request_id` immediately, and the agent polls `muapi_predict_result` until the job completes.

Related Projects

  • MuAPI — Unified API for image, video, and audio generation across hundreds of AI models.
  • MuAPI MCP docs — Full MCP setup guide for Cursor, Windsurf, Claude Code, and Claude Desktop.
  • [MuAPI API reference](https://muap