Skip to main content

Daisys MCP Server

Project description

Daisys MCP server

Daisys-mcp is a beta version and doesn't have a stable release yet. But you can try it out by doing the following:

  1. Get an account on Daisys and create an username and password.

If you run on mac os run the following command:

brew install portaudio

If you run on linux run the following command:

sudo apt install portaudio19-dev libjack-dev
  1. Add the following configuration to the mcp config file in your MCP client (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}"
      }
    }
  }
}

To build from source:

  1. clone the repository: git clone https://github.com/daisys-ai/daisys-mcp.git

  2. cd into the repository: cd daisys-mcp

  3. Install uv (Python package manager), install with curl -LsSf https://astral.sh/uv/install.sh | sh or see the uv repo for additional install methods.

  4. Create a virtual environment and install dependencies using uv:

uv venv
# source .venv/Scripts/activate (Windows)
source .venv/bin/activate (mac and linux)
uv pip install -e .
  1. Add the following to your config file in your MCP client (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}"
            }
        }
    }
}

Common Issues

If you get any issues with portaudio on linux, you can try installing it manually:

sudo apt-get update
sudo apt-get install -y portaudio19-dev

Contributing

If you want to contribute or run from source:

  1. Clone the repository:
git clone https://github.com/daisys-ai/daisys-mcp.git
cd daisys_mcp
  1. Create a virtual environment and install dependencies using uv:
uv venv
source .venv/bin/activate
uv pip install -e .
uv pip install -e ".[dev]"
  1. Copy .env.example to .env and add your DAISYS username and password:
cp .env.example .env
# Edit .env and add your DAISYS username and password
  1. Test the server by running the tests:
uv run pytest

you can also run a full integration test with:

uv run pytest -m 'requires_credentials' # ⚠️ Running full integration tests does costs tokens on the Daisys platform 
  1. Debug and test locally with MCP Inspector: uv run mcp dev daisys_mcp/server.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

daisys_mcp-1.0.2.tar.gz (9.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

daisys_mcp-1.0.2-py3-none-any.whl (9.5 kB view details)

Uploaded Python 3

File details

Details for the file daisys_mcp-1.0.2.tar.gz.

File metadata

  • Download URL: daisys_mcp-1.0.2.tar.gz
  • Upload date:
  • Size: 9.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for daisys_mcp-1.0.2.tar.gz
Algorithm Hash digest
SHA256 23b9fbd5e1d2bbb27904a63265b6e7d09e6319bb044129cd35efb5dc6da417e4
MD5 747c3b9f04060b53e61baed15c377784
BLAKE2b-256 9ed3e86fe04fc67dec48fd8ecbb6501c3548e6ffc2e7bfc3d422b0c0c050718b

See more details on using hashes here.

File details

Details for the file daisys_mcp-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: daisys_mcp-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 9.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for daisys_mcp-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9a59a0014a26f0280807a65a852c0162c40ce1ac1e5b4b44a98ec7e1708aacd3
MD5 94a65c571eb80e3786759feb016fcc8a
BLAKE2b-256 c681fc2c3fc26ed78f659f31ff39ddb3dd1a3123c75b40d1ae2a6be874e1687c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page