Skip to content
Claude Desktop

zread mcp for Claude Desktop

io.github.ejfkdev/zread-mcp

Zread.ai MCP Server - 连接 zread.ai 文档平台的 MCP 服务器,让 AI 助手能够阅读 GitHub 仓库文档、搜索代码、与仓库 AI 对话。

client:Claude Desktop transport:stdio runtime:npm

Install zread mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "zread-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zread-mcp"
      ],
      "env": {
        "ZREAD_TOKEN": "<ZREAD_TOKEN>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

zread mcp in other clients