siyuan-mcp-server

Fromsko/siyuan-mcp-server
★ 24 stars TypeScript 🤖 AI/LLM Updated today
为 Claude Desktop 提供思源笔记集成的 Model Context Protocol 服务器
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "siyuan-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Fromsko/siyuan-mcp-server"
      ]
    }
  }
}