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

コメント

「メモリとナレッジ」の他のコンテンツ