Used for configuration management by loading environment variables from a .env file, allowing users to store their Daisys credentials and configuration options
Provides source code access and enables contributions to the MCP server development
Integrated for testing the MCP server, including full integration tests that interact with the Daisys platform
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:
If you run on linux run the following command:
- Add the following configuration to the mcp config file in your MCP client (Claude Desktop, Cursor, mcp-cli, mcp-vscode, etc.):
To build from source:
- clone the repository:
git clone https://github.com/daisys-ai/daisys-mcp.git
- cd into the repository:
cd daisys-mcp
- Install
uv
(Python package manager), install withcurl -LsSf https://astral.sh/uv/install.sh | sh
or see theuv
repo for additional install methods. - Create a virtual environment and install dependencies using uv:
- Add the following to your config file in your MCP client (Claude Desktop, Cursor, mcp-cli, mcp-vscode, etc.):
Common Issues
If you get any issues with portaudio on linux, you can try installing it manually:
Contributing
If you want to contribute or run from source:
- Clone the repository:
- Create a virtual environment and install dependencies using uv:
- Copy
.env.example
to.env
and add your DAISYS username and password:
- Test the server by running the tests:
you can also run a full integration test with:
- Debug and test locally with MCP Inspector:
uv run mcp dev daisys_mcp/server.py
This server cannot be installed
A beta server that enables integration with Daisys.ai services via the Message Control Protocol (MCP), allowing AI clients like Claude Desktop and Cursor to use Daisys features through a standardized interface.
Related MCP Servers
- -securityAlicense-qualityAn 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 -1TypeScriptApache 2.0
- -securityAlicense-qualityAn 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 -6PythonMIT License
- -securityFlicense-qualityAn 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 -7Python
- -securityFlicense-qualityA 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 -15TypeScript