Daisys MCP server
@daisys-ai
关于 Daisys MCP server
The Daisys mcp server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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}"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Daisys MCP server?
Daisys MCP server is a beta MCP server that connects AI clients (such as Claude Desktop, Cursor, and mcp-cli) to the Daisys platform. It requires a Daisys account and stores audio files at a user-specified path.
How to use Daisys MCP server?
Install via uvx daisys-mcp and add the server configuration to your MCP client’s config file with the required environment variables: DAISYS_EMAIL, DAISYS_PASSWORD, and DAISYS_BASE_STORAGE_PATH. Alternatively, build from source by cloning the repository, creating a virtual environment with uv, and running the server.
Key features of Daisys MCP server
- Connects to the Daisys platform via MCP
- Supports Claude Desktop, Cursor, mcp-cli, and mcp-vscode
- Requires portaudio on macOS and Linux
- Uses
uvfor package management and execution - Authenticates with email and password environment variables
- Allows custom audio file storage location
Use cases of Daisys MCP server
—
FAQ from Daisys MCP server
What is Daisys MCP server?
It is a beta release MCP server that integrates AI clients with the Daisys platform.
What dependencies are required?
On macOS, install portaudio via Homebrew. On Linux, install portaudio19-dev and libjack-dev via apt.
How do I set up authentication?
Set the environment variables DAISYS_EMAIL and DAISYS_PASSWORD with your Daisys account credentials.
Is this version stable?
No, Daisys MCP server is a beta version and does not have a stable release yet.
How do I configure where audio files are stored?
Set the DAISYS_BASE_STORAGE_PATH environment variable to your desired directory path.
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Servers
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论