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
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).
Frequently asked questions
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).
Basic information
More Memory & Knowledge MCP servers

PLUR
plur-aiAI agents start every session with amnesia — you re-explain the project, repeat your preferences, and correct the same mistakes over and over. PLUR gives them a memory that persists. Your agent's corrections, preference
Memlord
MyrikLDMemlord is a remote MCP server available at https://app.memlord.com.

OpenLore
aakarimServe your docs to AI agents over SSH and MCP. Agents use ls, cat, grep, find, and pipes against a virtual filesystem backed by your documentation. Identity-scoped access, governed writing with human approval, and portab
Anytype MCP Server
anyprotoAn MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.
MCP server for Obsidian
MarkusPfundsteinMCP server that interacts with Obsidian via the Obsidian rest API community plugin
Comments