{
  "markdown": "# Producer AI MCP Server\n\n> Producer AI Music - Free AI Music Generator & Song Maker\n\n[![MCP Badge](https://lobehub.com/badge/mcp/rocnubie-producerai-mcp)](https://lobehub.com/mcp/rocnubie-producerai-mcp)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)\n[![Read Only](https://img.shields.io/badge/server-read--only-2ea44f)](#tools)\n[![Stdio Transport](https://img.shields.io/badge/transport-stdio-6e6e6e)](https://modelcontextprotocol.io/specification)\n[![MCP](https://img.shields.io/badge/MCP-1.0-blue)](https://modelcontextprotocol.io)\n[![Node](https://img.shields.io/badge/node-%3E%3D18-339933?logo=node.js&logoColor=white)](https://nodejs.org)\n\nA Model Context Protocol server that exposes the canonical Producer AI knowledge surface — AI music-generation workflows and licensing notes, pricing, docs, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.\n\nOfficial website: https://producerai.online\n\n## 🎵 About Producer AI\n\nProducer AI is an online AI music generator that accepts a song description or lyric draft and advertises full tracks with vocals, fast generation, and royalty-free output language. The site also publishes its current plans, documentation, and community links.\n\nThis MCP exposes the documented music workflow, pricing entry point, and official links as read-only context. It does not generate audio, spend credits, or grant a license; current output rights, quotas, and plan terms must be checked on Producer AI itself.\n\nThe generated track, lyric, and commercial-use rules may depend on the live service terms and account plan. Treat the MCP as a guide to the public product surface, not as a legal clearance or a file-delivery API.\n\n## Tools\n\n### `get_music_workflow`\nReturn the public music-generation workflow and licensing notes exposed by the site. (Producer AI)\n\n_Input:_ no parameters. _Returns:_ text/markdown.\n\n### `get_pricing`\nReturn the canonical pricing entry point for Producer AI.\n\n_Input:_ no parameters. _Returns:_ text/markdown.\n\n### `get_official_links`\nReturn the canonical list of official links for Producer AI (website, support, docs when available).\n\n_Input:_ no parameters. _Returns:_ text/markdown.\n\n## Resources\n\n- `site://producerai/music-workflows` — Public music-generation workflow, input options, and licensing notes.\n- `site://producerai/pricing` — Canonical pricing entry point.\n- `site://producerai/docs` — Canonical documentation entry point.\n- `site://producerai/faq` — Short FAQ generated from public site metadata.\n- `site://producerai/links` — Canonical URLs to share with users.\n\n## Prompts\n\n### `tell_me_about_producerai`\nSummarize what the site is, who it's for, and how it works. — Producer AI\n\n### `start_music_project_producerai`\nPlan a music-generation session from a goal or lyric draft. — Producer AI\n\n## Installation\n\n### Install via Smithery\n\n```bash\nnpx -y @smithery/cli install producerai-mcp --client claude\n```\n\n(Replace `claude` with `cursor`, `windsurf`, or `continue` for those clients.)\n\n### Install from source\n\n```bash\ngit clone https://github.com/rocnubie/producerai-mcp.git\ncd producerai-mcp\npnpm install\n```\n\nThen add to your MCP client config (`claude_desktop_config.json` for Claude Desktop, `mcp.json` for Cursor / Windsurf / Continue):\n\n```json\n{\n  \"mcpServers\": {\n    \"producerai-mcp\": {\n      \"command\": \"node\",\n      \"args\": [\n        \"/absolute/path/to/producerai-mcp/src/index.mjs\"\n      ]\n    }\n  }\n}\n```\n\n### Debug with MCP Inspector\n\n```bash\nnpx @modelcontextprotocol/inspector node src/index.mjs\n```\n\n## Official Links\n\n- Website: https://producerai.online\n- Pricing: https://producerai.online/pricing\n- Docs: https://producerai.online/docs\n- Community: https://discord.gg/producerai\n- GitHub: https://github.com/producerai\n- Support: support@producerai.online\n\n## Development\n\n```bash\npnpm install\npnpm start                 # run the server over stdio\n```\n\n## License\n\nMIT\n",
  "bytes": 4023,
  "sha": "7550b6caf747a5cce440b744dfaec914e1f91fc993e6bdc46a9eab600be78b71",
  "repo_slug": "rocnubie/producerai-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_rocnubie_producerai_mcp_bc0f16af/readme"
}