Skip to content
Cursor

oyez mcp for Cursor

io.github.mrfentmen/oyez-mcp

Keyless MCP server for Oyez: Supreme Court cases, decisions, opinions, oral-argument audio.

client:Cursor transport:stdio runtime:npm

Install oyez mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "oyez-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "oyez-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

oyez mcp in other clients