Flowmusicai Mcp Server
@rocnubie
About Flowmusicai Mcp Server
Flow Music AI (flowmusicai.app) is a browser-based AI song generator that converts a plain-text description into a fully produced, mixed track in roughly 80 seconds. You type a one-line brief, optionally choose genre tags and a vocal mode, paste your own lyrics or let the built-i
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"flowmusicai-mcp": {
"command": "node",
"args": [
"/absolute/path/to/flowmusicai-mcp/src/index.mjs"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Flowmusicai Mcp Server?
A Model Context Protocol (MCP) server that exposes the canonical knowledge surface of FlowMusicAI — plans, pricing, docs, FAQ, and official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. It is read-only, requires no API keys, has no quota, and cold-starts in about 50 ms.
How to use Flowmusicai Mcp Server?
Install via Smithery (npx -y @smithery/cli install flowmusicai-mcp --client claude) or from source by cloning the repo and running pnpm install, then add the server configuration to your MCP client's JSON file with command: "node" and args pointing to the server entry script. Use the provided tools (get_pricing, get_official_links) and resources (site://flowmusicai/plans, etc.) to retrieve information.
Key features of Flowmusicai Mcp Server
- Read-only server with no API keys or quota.
- Provides pricing, plans, docs, FAQ, and official links.
- Exposes two tools:
get_pricingandget_official_links. - Offers five resources covering plans, pricing, docs, FAQ, and links.
- Includes two prompts:
tell_me_about_flowmusicaiandcompare_pricing_flowmusicai. - ~50 ms cold start for fast integration with AI clients.
Use cases of Flowmusicai Mcp Server
- AI assistants answering user questions about FlowMusicAI’s pricing and plans.
- Agents comparing FlowMusicAI plans for a given workload and recommending one.
- Chatbots providing official documentation links without web scraping.
- Automated workflows that need to cite FlowMusicAI’s canonical pricing or feature info.
FAQ from Flowmusicai Mcp Server
What tools does the server provide?
It provides get_pricing (returns the canonical pricing entry point) and get_official_links (returns a list of official links).
What resources are available?
Resources include site://flowmusicai/plans, site://flowmusicai/pricing, site://flowmusicai/docs, site://flowmusicai/faq, and site://flowmusicai/links.
Is an API key required?
No, the server operates read-only and requires no API keys or quota.
What transport is used?
The server uses stdio transport.
What are the runtime requirements?
Node.js is required; the server runs with a minimal dependency set (pnpm install).
More Memory & Knowledge MCP servers
Obsidian MCP Server
StevenStavrakisA simple MCP server for Obsidian

Dash Api Docs Mcp Server
KapeliMCP server for Dash, the macOS API documentation browser
MCP server for Obsidian
MarkusPfundsteinMCP server that interacts with Obsidian via the Obsidian rest API community plugin
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
🧠 Ultimate MCP Server
DicklesworthstoneComprehensive MCP server exposing dozens of capabilities to AI agents: multi-provider LLM delegation, browser automation, document processing, vector ops, and cognitive memory systems
Comments