Skip to content
Cursor

torah mcp for Cursor

io.github.mrfentmen/torah-mcp

Keyless Torah study via Sefaria: weekly portion, Tanakh text, commentaries, links, search.

client:Cursor transport:stdio runtime:npm

Install torah mcp in Cursor

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

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

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

torah mcp in other clients