Daisys MCP サーバー
Daisys-mcp はベータ版であり、まだ安定版はリリースされていません。ただし、以下の手順で試用できます。
Daisysでアカウントを取得し、ユーザー名とパスワードを作成します。
Mac OS で実行する場合は、次のコマンドを実行します。
Linux で実行する場合は、次のコマンドを実行します。
MCP クライアント ( Claude Desktop 、 Cursor 、 mcp-cli 、 mcp-vscodeなど) の mcp 構成ファイルに次の構成を追加します。
ソースからビルドするには:
リポジトリをクローンします:
git clone https://github.com/daisys-ai/daisys-mcp.gitリポジトリにcdします:
cd daisys-mcpuv(Python パッケージ マネージャー) をインストールするには、curl -LsSf https://astral.sh/uv/install.sh | shを使用してインストールするか、追加のインストール方法についてはuvリポジトリを参照してください。仮想環境を作成し、 uv を使用して依存関係をインストールします。
MCP クライアント ( Claude Desktop 、 Cursor 、 mcp-cli 、 mcp-vscodeなど) の設定ファイルに以下を追加します。
よくある問題
Linux で portaudio に問題がある場合は、手動でインストールしてみてください。
貢献
貢献したりソースから実行したりしたい場合:
リポジトリをクローンします。
仮想環境を作成し、 uv を使用して依存関係をインストールします。
.env.exampleを.envにコピーし、DAISYS のユーザー名とパスワードを追加します。
テストを実行してサーバーをテストします。
完全な統合テストを実行することもできます:
MCP Inspector を使用してローカルでデバッグおよびテストします:
uv run mcp dev daisys_mcp/server.py
This server cannot be installed
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 機能を使用できるようになります。
Related MCP Servers
- Asecurity-licenseAqualityA 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 -936MIT License
- -security-license-qualityA 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 -241
- -security-license-qualityAn MCP server that enables AI applications to interact with DiceDB databases.Last updated -5MIT License
- -security-license-qualityAn 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.