MCP.so
登录

Flowmusicai Mcp Server

@rocnubie

关于 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

基本信息

分类

记忆与知识

许可证

MIT

运行时

node

传输方式

stdio

发布者

rocnubie

提交者

Chen Roc

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "flowmusicai-mcp": {
      "command": "node",
      "args": [
        "/absolute/path/to/flowmusicai-mcp/src/index.mjs"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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).

评论

记忆与知识 分类下的更多 MCP 服务器