Zmanim MCP Server for Cursor
io.github.ariroffe72/zmanim-mcp-server
MCP server providing Jewish prayer times (zmanim) calculations for any location worldwide.
client:Cursor
transport:stdio
runtime:pypi
Install Zmanim MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"zmanim-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"zmanim-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs