Skip to main content
Glama

Daisys MCP Server

by daisys-ai

Daisys MCP サーバー

Daisys-mcp はベータ版であり、まだ安定版はリリースされていません。ただし、以下の手順で試用できます。

  1. Daisysでアカウントを取得し、ユーザー名とパスワードを作成します。

Mac OS で実行する場合は、次のコマンドを実行します。

brew install portaudio

Linux で実行する場合は、次のコマンドを実行します。

sudo apt install portaudio19-dev libjack-dev
  1. MCP クライアント ( Claude DesktopCursormcp-climcp-vscodeなど) の mcp 構成ファイルに次の構成を追加します。
{ "mcpServers": { "daisys-mcp": { "command": "uvx", "args": ["daisys-mcp"], "env": { "DAISYS_EMAIL": "{Your Daisys Email}", "DAISYS_PASSWORD": "{Your Daisys Password}", "DAISYS_BASE_STORAGE_PATH": "{Path where you want to store your audio files}" } } } }

ソースからビルドするには:

  1. リポジトリをクローンします: git clone https://github.com/daisys-ai/daisys-mcp.git
  2. リポジトリにcdします: cd daisys-mcp
  3. uv (Python パッケージ マネージャー) をインストールするには、 curl -LsSf https://astral.sh/uv/install.sh | shを使用してインストールするか、追加のインストール方法についてはuvリポジトリを参照してください。
  4. 仮想環境を作成し、 uv を使用して依存関係をインストールします。
uv venv # source .venv/Scripts/activate (Windows) source .venv/bin/activate (mac and linux) uv pip install -e .
  1. MCP クライアント ( Claude DesktopCursormcp-climcp-vscodeなど) の設定ファイルに以下を追加します。
{ "mcpServers": { "daisys-mcp": { "command": "uv", "args": [ "--directory", "{installation_path}/daisys-mcp", "run", "-m", "daisys_mcp.server" ], "env": { "DAISYS_EMAIL": "{Your Daisys Email}", "DAISYS_PASSWORD": "{Your Daisys Password}", "DAISYS_BASE_STORAGE_PATH": "{Path where you want to store your audio files}" } } } }

よくある問題

Linux で portaudio に問題がある場合は、手動でインストールしてみてください。

sudo apt-get update sudo apt-get install -y portaudio19-dev

貢献

貢献したりソースから実行したりしたい場合:

  1. リポジトリをクローンします。
git clone https://github.com/daisys-ai/daisys-mcp.git cd daisys_mcp
  1. 仮想環境を作成し、 uv を使用して依存関係をインストールします。
uv venv source .venv/bin/activate uv pip install -e . uv pip install -e ".[dev]"
  1. .env.example.envにコピーし、DAISYS のユーザー名とパスワードを追加します。
cp .env.example .env # Edit .env and add your DAISYS username and password
  1. テストを実行してサーバーをテストします。
uv run pytest

完全な統合テストを実行することもできます:

uv run pytest -m 'requires_credentials' # ⚠️ Running full integration tests does costs tokens on the Daisys platform
  1. MCP Inspector を使用してローカルでデバッグおよびテストします: uv run mcp dev daisys_mcp/server.py
-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

メッセージ制御プロトコル (MCP) を介して Daisys.ai サービスとの統合を可能にするベータ サーバー。これにより、Claude Desktop や Cursor などの AI クライアントは、標準化されたインターフェイスを通じて Daisys 機能を使用できるようになります。

  1. ソースからビルドするには:
    1. よくある問題
      1. 貢献

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          A simple MCP server for interacting with OpenAI assistants. This server allows other tools (like Claude Desktop) to create and interact with OpenAI assistants through the Model Context Protocol.
          Last updated -
          33
          Python
          MIT License
          • Apple
        • -
          security
          F
          license
          -
          quality
          A flexible server that enables communication between AI models and tools, supporting multiple MCP servers and compatible with Claude, MCP Dockmaster, and other MCP clients.
          Last updated -
          30
          1
          TypeScript
        • -
          security
          A
          license
          -
          quality
          An MCP server that enables AI applications to interact with DiceDB databases.
          Last updated -
          5
          Go
          MIT License
          • Linux
          • Apple
        • A
          security
          F
          license
          A
          quality
          An MCP-compatible server that exposes automated API tools to MCP clients like Claude Desktop or Postman, allowing AI assistants to interact with your selected APIs.
          Last updated -
          3
          JavaScript

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/daisys-ai/daisys-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server