Daisys MCP Server
Daisys MCP サーバー
Daisys-mcp はベータ版であり、まだ安定版はリリースされていません。ただし、以下の手順で試用できます。
Daisysでアカウントを取得し、ユーザー名とパスワードを作成します。
Mac OS で実行する場合は、次のコマンドを実行します。
brew install portaudioLinux で実行する場合は、次のコマンドを実行します。
sudo apt install portaudio19-dev libjack-devMCP クライアント ( Claude Desktop 、 Cursor 、 mcp-cli 、 mcp-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}"
}
}
}
}ソースからビルドするには:
リポジトリをクローンします:
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 を使用して依存関係をインストールします。
uv venv
# source .venv/Scripts/activate (Windows)
source .venv/bin/activate (mac and linux)
uv pip install -e .MCP クライアント ( Claude Desktop 、 Cursor 、 mcp-cli 、 mcp-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}"
}
}
}
}Related MCP server: MCP Manager
よくある問題
Linux で portaudio に問題がある場合は、手動でインストールしてみてください。
sudo apt-get update
sudo apt-get install -y portaudio19-dev貢献
貢献したりソースから実行したりしたい場合:
リポジトリをクローンします。
git clone https://github.com/daisys-ai/daisys-mcp.git
cd daisys_mcp仮想環境を作成し、 uv を使用して依存関係をインストールします。
uv venv
source .venv/bin/activate
uv pip install -e .
uv pip install -e ".[dev]".env.exampleを.envにコピーし、DAISYS のユーザー名とパスワードを追加します。
cp .env.example .env
# Edit .env and add your DAISYS username and passwordテストを実行してサーバーをテストします。
uv run pytest完全な統合テストを実行することもできます:
uv run pytest -m 'requires_credentials' # ⚠️ Running full integration tests does costs tokens on the Daisys platform MCP Inspector を使用してローカルでデバッグおよびテストします:
uv run mcp dev daisys_mcp/server.py
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceA Model Context Protocol (MCP) server for the Discord integration with MCP-compatible applications like Claude Desktop.445MIT
- AlicenseNot gradedqualityDmaintenanceA flexible server that enables communication between AI models and tools, supporting multiple MCP servers and compatible with Claude, MCP Dockmaster, and other MCP clients.441MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server for Claude Desktop that connects to 302AI's API services, allowing users to integrate and leverage 302AI capabilities through a structured communication interface.93821MIT
- AlicenseBqualityFmaintenanceA bridge server that connects Agent Communication Protocol (ACP) agents with Model Context Protocol (MCP) clients, enabling seamless integration between ACP-based AI agents and MCP-compatible tools like Claude Desktop.1624MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP Server for Slima - AI Writing IDE for Novel Authors with AI Beta Reader.
An MCP server that integrates with Discord to provide AI-powered features.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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