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
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Daisys.ai 서비스와 MCP(Message Control Protocol)를 통해 통합을 가능하게 하는 베타 서버로, Claude Desktop과 Cursor와 같은 AI 클라이언트가 표준화된 인터페이스를 통해 Daisys 기능을 사용할 수 있습니다.
Related MCP Servers
- -securityAlicense-qualityA simple MCP server for interacting with OpenAI assistants. This server allows other tools (like Claude Desktop) to create and interact with OpenAI assistants through the Model Context Protocol.Last updated -34PythonMIT License
- -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 -321TypeScript
- -securityAlicense-qualityAn MCP server that enables AI applications to interact with DiceDB databases.Last updated -5GoMIT License
- AsecurityFlicenseAqualityAn MCP-compatible server that exposes automated API tools to MCP clients like Claude Desktop or Postman, allowing AI assistants to interact with your selected APIs.Last updated -3JavaScript