MCP.so
Sign In

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

Category

Memory & Knowledge

License

MIT

Runtime

node

Transports

stdio

Publisher

rocnubie

Submitted by

Chen Roc

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_pricing and get_official_links.
  • Offers five resources covering plans, pricing, docs, FAQ, and links.
  • Includes two prompts: tell_me_about_flowmusicai and compare_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).

Comments

More Memory & Knowledge MCP servers