Used for configuration management by loading environment variables from a .env file, allowing users to store their Daisys credentials and configuration options
Provides source code access and enables contributions to the MCP server development
Integrated for testing the MCP server, including full integration tests that interact with the Daisys platform
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-mcp
uv
(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
メッセージ制御プロトコル (MCP) を介して Daisys.ai サービスとの統合を可能にするベータ サーバー。これにより、Claude Desktop や Cursor などの AI クライアントは、標準化されたインターフェイスを通じて Daisys 機能を使用できるようになります。
Related MCP Servers
- -securityAlicense-qualityAn MCP server that integrates Verodat's data management capabilities with AI systems like Claude Desktop, enabling users to manage accounts, workspaces, and datasets, as well as perform AI-powered queries on their data.Last updated -1TypeScriptApache 2.0
- -securityAlicense-qualityAn MCP server that enables Claude to interact with Port.io's AI agent, allowing users to trigger the agent with prompts and receive structured responses including status, output, and action items.Last updated -6PythonMIT License
- -securityFlicense-qualityAn MCP server that allows AI assistants like Claude to execute terminal commands on the user's computer and return the output, functioning like a terminal through AI.Last updated -7Python
- -securityFlicense-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 -15TypeScript