Skip to main content
Glama
daisys-ai

Daisys MCP Server

by daisys-ai

Daisys MCP-Server

Schmiedeabzeichen

Daisys-mcp ist eine Beta-Version und noch nicht stabil. Sie können es aber wie folgt ausprobieren:

  1. 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 portaudio

Wenn Sie unter Linux arbeiten, führen Sie den folgenden Befehl aus:

sudo apt install portaudio19-dev libjack-dev
  1. Fü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:

  1. Klonen Sie das Repository: git clone https://github.com/daisys-ai/daisys-mcp.git

  2. Wechseln Sie mit CD in das Repository: cd daisys-mcp

  3. Installieren Sie uv (Python-Paketmanager), installieren Sie mit curl -LsSf https://astral.sh/uv/install.sh | sh oder sehen Sie sich das uvRepo für zusätzliche Installationsmethoden an.

  4. 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 .
  1. 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-dev

Beitragen

Wenn Sie beitragen oder von der Quelle aus ausführen möchten:

  1. Klonen Sie das Repository:

git clone https://github.com/daisys-ai/daisys-mcp.git
cd daisys_mcp
  1. Erstellen 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]"
  1. Kopieren Sie .env.example nach .env und fügen Sie Ihren DAISYS-Benutzernamen und Ihr Passwort hinzu:

cp .env.example .env
# Edit .env and add your DAISYS username and password
  1. Testen Sie den Server, indem Sie die Tests ausführen:

uv run pytest

Sie 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 
  1. Lokales Debuggen und Testen mit MCP Inspector: uv run mcp dev daisys_mcp/server.py

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    F
    maintenance
    A 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.
    16
    24
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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