Skip to content
Claude Desktop

O'Reilly Media MCP Server for Claude Desktop

io.github.oreillymedia/oreilly-mcp-server

Search O'Reilly for tech books, courses, events, and more. Requires an O'Reilly subscription.

client:Claude Desktop transport:streamable-http

Install O'Reilly Media MCP Server in Claude Desktop

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

{
  "mcpServers": {
    "oreilly-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.oreilly.com/api/search/v1/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

O'Reilly Media MCP Server in other clients