zeal (MCP Server)

GitHub

Offline documentation browser. Your personal reference library, searchable in an instant.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "zeal": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-zeal"
      ]
    }
  }
}