Skip to content
VS Code

O'Reilly Media MCP Server for VS Code

io.github.oreillymedia/oreilly-mcp-server

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

client:VS Code transport:streamable-http

Install O'Reilly Media MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "oreilly-mcp-server": {
      "type": "http",
      "url": "https://api.oreilly.com/api/search/v1/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

O'Reilly Media MCP Server in other clients