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 Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Servers
modelcontextprotocolModel Context Protocol Servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
コメント