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:
- Get an account on Daisys and create an username and password.
If you run on mac os run the following command:
brew install portaudioIf you run on linux run the following command:
sudo apt install portaudio19-dev libjack-dev- 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}",
"DAISYS_BASE_STORAGE_PATH": "{Path where you want to store your audio files}"
}
}
}
}To build from source:
clone the repository:
git clone https://github.com/daisys-ai/daisys-mcp.gitcd into the repository:
cd daisys-mcpInstall
uv(Python package manager), install withcurl -LsSf https://astral.sh/uv/install.sh | shor see theuvrepo for additional install methods.Create a virtual environment and install dependencies using uv:







