# siyuan-note/siyuan | Model Context Protocol (MCP) Server > An open-source, privacy-first, self-hosted knowledge workspace where humans and AI agents work together 开源、隐私优先、自托管的知识工作空间,让人与智能体在此协作 - **Stars**: ⭐ 45,777 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "siyuan": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-siyuan" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "siyuan": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-siyuan" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-siyuan` - **Docker**: `docker run -i --rm mcp/siyuan`