Daisys MCP Server
Daisys MCP-Server
Daisys-mcp ist eine Beta-Version und noch nicht stabil. Sie können es aber wie folgt ausprobieren:
Richten Sie ein Konto bei Daisys ein und erstellen Sie einen Benutzernamen und ein Passwort.
Wenn Sie unter Mac OS arbeiten, führen Sie den folgenden Befehl aus:
brew install portaudioWenn Sie unter Linux arbeiten, führen Sie den folgenden Befehl aus:
sudo apt install portaudio19-dev libjack-devFügen Sie der MCP-Konfigurationsdatei in Ihrem MCP-Client ( Claude Desktop , Cursor , mcp-cli , mcp-vscode usw.) die folgende Konfiguration hinzu:
{
"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}"
}
}
}
}So erstellen Sie aus der Quelle:
Klonen Sie das Repository:
git clone https://github.com/daisys-ai/daisys-mcp.gitWechseln Sie mit CD in das Repository:
cd daisys-mcpInstallieren Sie
uv(Python-Paketmanager), installieren Sie mitcurl -LsSf https://astral.sh/uv/install.sh | shoder sehen Sie sich dasuvRepo für zusätzliche Installationsmethoden an.Erstellen Sie eine virtuelle Umgebung und installieren Sie Abhängigkeiten mit uv :
uv venv
# source .venv/Scripts/activate (Windows)
source .venv/bin/activate (mac and linux)
uv pip install -e .Fügen Sie Ihrer Konfigurationsdatei in Ihrem MCP-Client ( Claude Desktop , Cursor , mcp-cli , mcp-vscode usw.) Folgendes hinzu:
{
"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
Häufige Probleme
Wenn Sie Probleme mit Portaudio unter Linux haben, können Sie versuchen, es manuell zu installieren:
sudo apt-get update
sudo apt-get install -y portaudio19-devBeitragen
Wenn Sie beitragen oder von der Quelle aus ausführen möchten:
Klonen Sie das Repository:
git clone https://github.com/daisys-ai/daisys-mcp.git
cd daisys_mcpErstellen Sie eine virtuelle Umgebung und installieren Sie Abhängigkeiten mit uv :
uv venv
source .venv/bin/activate
uv pip install -e .
uv pip install -e ".[dev]"Kopieren Sie
.env.examplenach.envund fügen Sie Ihren DAISYS-Benutzernamen und Ihr Passwort hinzu:
cp .env.example .env
# Edit .env and add your DAISYS username and passwordTesten Sie den Server, indem Sie die Tests ausführen:
uv run pytestSie können auch einen vollständigen Integrationstest ausführen mit:
uv run pytest -m 'requires_credentials' # ⚠️ Running full integration tests does costs tokens on the Daisys platform Lokales Debuggen und Testen mit 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