Skip to main content
Glama

Daisys MCP Server

by daisys-ai

Daisys MCP-Server

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}" } } } }

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
-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Ein Betaserver, der die Integration mit Daisys.ai-Diensten über das Message Control Protocol (MCP) ermöglicht, sodass KI-Clients wie Claude Desktop und Cursor Daisys-Funktionen über eine standardisierte Schnittstelle nutzen können.

  1. So erstellen Sie aus der Quelle:
    1. Häufige Probleme
      1. Beitragen

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          An MCP server that integrates Verodat's data management capabilities with AI systems like Claude Desktop, enabling users to manage accounts, workspaces, and datasets, as well as perform AI-powered queries on their data.
          Last updated -
          1
          TypeScript
          Apache 2.0
          • Apple
        • -
          security
          A
          license
          -
          quality
          An MCP server that enables Claude to interact with Port.io's AI agent, allowing users to trigger the agent with prompts and receive structured responses including status, output, and action items.
          Last updated -
          8
          Python
          MIT License
          • Linux
          • Apple
        • -
          security
          F
          license
          -
          quality
          An MCP server that allows AI assistants like Claude to execute terminal commands on the user's computer and return the output, functioning like a terminal through AI.
          Last updated -
          38
          Python
          • Apple
        • -
          security
          F
          license
          -
          quality
          A flexible server that enables communication between AI models and tools, supporting multiple MCP servers and compatible with Claude, MCP Dockmaster, and other MCP clients.
          Last updated -
          14
          1
          TypeScript

        View all related MCP servers

        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