Daisys MCP Server
Daisys MCP 服务器
Daisys-mcp 为测试版本,目前尚未发布稳定版本。您可以按照以下步骤尝试:
在Daisys上获取一个帐户并创建用户名和密码。
如果在 mac os 上运行,请运行以下命令:
brew install portaudio如果在 Linux 上运行,请运行以下命令:
sudo apt install portaudio19-dev libjack-dev将以下配置添加到您的 MCP 客户端( 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 daisys-mcp安装
uv(Python 包管理器),使用curl -LsSf https://astral.sh/uv/install.sh | sh安装,或查看uvrepo以了解其他安装方法。使用 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