Hebcal MCP Server
Rank #13,861io.github.hebcal/hebcal
MCP server providing hebcal capabilities
Hebcal MCP Server is a Model Context Protocol (MCP) server published by hebcal. It ranks #13,861 of 132,046 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Hebcal MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Mar 24, 2025 and most recently updated on Feb 23, 2026.
Ranks ahead of 118,185 of 132,046 servers on MCP Toplist.
Use Hebcal MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http hebcal https://www.hebcal.com/mcpclaude mcp add hebcal -- npx -y @hebcal/mcp[mcp_servers.hebcal]
url = "https://www.hebcal.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.hebcal]
command = "npx"
args = ["-y", "@hebcal/mcp"]Add to ~/.codex/config.toml.
https://www.hebcal.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"hebcal": {
"command": "npx",
"args": [
"-y",
"@hebcal/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"hebcal": {
"url": "https://www.hebcal.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"hebcal": {
"command": "npx",
"args": [
"-y",
"@hebcal/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"hebcal": {
"type": "http",
"url": "https://www.hebcal.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"hebcal": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hebcal/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"hebcal": {
"serverUrl": "https://www.hebcal.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"hebcal": {
"command": "npx",
"args": [
"-y",
"@hebcal/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"hebcal": {
"url": "https://www.hebcal.com/mcp"
}
}
}{
"mcpServers": {
"hebcal": {
"command": "npx",
"args": [
"-y",
"@hebcal/mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.hebcal%2Fhebcal)<a href="https://mcptoplist.com/server/io.github.hebcal%2Fhebcal"><img src="https://mcptoplist.com/badge/io.github.hebcal%2Fhebcal.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
hebcal
Available versions (3)
| Version | Published |
|---|---|
| 0.9.9 | Feb 23, 2026 |
| 0.9.8 | Feb 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Hebcal MCP Server?
- Hebcal MCP Server is maintained by hebcal, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Hebcal MCP Server listed on the Official MCP Registry?
- Yes — Hebcal MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Hebcal MCP Server have?
- MCP Toplist tracks 3 versions of Hebcal MCP Server, most recently published on Feb 23, 2026.
- Where can I find the source code for Hebcal MCP Server?
- The source code for Hebcal MCP Server is hosted at github.com/hebcal/hebcal-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.