Daisys MCP Server
Servidor MCP de Daisy
Daisys-mcp es una versión beta y aún no tiene una versión estable. Pero puedes probarla haciendo lo siguiente:
Obtén una cuenta en Daisys y crea un nombre de usuario y una contraseña.
Si ejecuta en Mac OS, ejecute el siguiente comando:
brew install portaudioSi ejecuta Linux, ejecute el siguiente comando:
sudo apt install portaudio19-dev libjack-devAgregue la siguiente configuración al archivo de configuración mcp en su cliente MCP ( Claude Desktop , Cursor , mcp-cli , mcp-vscode , etc.):
{
"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}"
}
}
}
}Para construir desde la fuente:
clonar el repositorio:
git clone https://github.com/daisys-ai/daisys-mcp.gitcd en el repositorio:
cd daisys-mcpInstale
uv(administrador de paquetes de Python), instálelo concurl -LsSf https://astral.sh/uv/install.sh | sho consulte el repositoriouvpara obtener métodos de instalación adicionales.Cree un entorno virtual e instale dependencias usando uv :
uv venv
# source .venv/Scripts/activate (Windows)
source .venv/bin/activate (mac and linux)
uv pip install -e .Agregue lo siguiente a su archivo de configuración en su cliente MCP ( Claude Desktop , Cursor , mcp-cli , mcp-vscode , etc.):
{
"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
Problemas comunes
Si tienes algún problema con portaudio en Linux, puedes intentar instalarlo manualmente:
sudo apt-get update
sudo apt-get install -y portaudio19-devContribuyendo
Si deseas contribuir o ejecutar desde la fuente:
Clonar el repositorio:
git clone https://github.com/daisys-ai/daisys-mcp.git
cd daisys_mcpCree un entorno virtual e instale dependencias usando uv :
uv venv
source .venv/bin/activate
uv pip install -e .
uv pip install -e ".[dev]"Copie
.env.examplea.envy agregue su nombre de usuario y contraseña de DAISYS:
cp .env.example .env
# Edit .env and add your DAISYS username and passwordPruebe el servidor ejecutando las pruebas:
uv run pytestTambién puedes ejecutar una prueba de integración completa con:
uv run pytest -m 'requires_credentials' # ⚠️ Running full integration tests does costs tokens on the Daisys platform Depurar y probar localmente con 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