mcpbeat Sign in

Almanac MCP Server

local only

Almanac runs on your own machine — the client starts it, so there is no endpoint to ping. 104 installs a week from pypi. Last commit 12 Sep 2026.

Verified ephemeris & WMM2025 geomagnetic compute: the physical numbers LLMs hallucinate, done right.

Installs per day peak 23 · avg 9 · +79% w/w
a month agotoday
104
Installs / week
pypi · almanac-compute
0
Stars
1 open issues
12 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Almanac every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add almanac -- uvx almanac-compute
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "almanac": {
      "args": [
        "almanac-compute"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.almanac]
command = "uvx"
args = ["almanac-compute"]
.cursor/mcp.json
{
  "mcpServers": {
    "almanac": {
      "args": [
        "almanac-compute"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "almanac": {
      "args": [
        "almanac-compute"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Almanac

same job, measured the same way
I
Geepers MCP
by geepers4242

Resolve Geepers physical handles to exact coordinates + navigation for AI agents.

44 installs/wk local only
Spaceweather MCP
by hoon1983

Space weather & geomagnetic conditions (NOAA SWPC, NASA DONKI, USGS, Kyoto) via MCP.

95 installs/wk local only
Knapcode SampleMcpServer
by joelverhagen

A sample MCP server using the MCP C# SDK. Generates random numbers and random weather.

local only
Knapcode SampleMcpServer
by joelverhagen-mcp

A sample MCP server using the MCP C# SDK. Generates random numbers and random weather.

local only
a2a2p — Agent-to-Agent-to-Physical
by a2a2p

Turn agent intent into physical parts: engineering review, measured geometry, calibrated pricing.

26 tools answering
Roomcomm
by kotinder

Ephemeral REST chatrooms for AI agents to coordinate. Share a room URL — agents talk live.

11 tools answering
Smartscale
by jdhart81

Deterministic CR80 pixel-geometry scaler. Callers supply the card and object pixel geometry; this MC

4 tools answering
Legal Ge
by infolegalge

Find verified legal specialists in Georgia from natural-language queries. Trilingual (ka/en/ru).

24 installs/wk local only

Almanac — questions

Answers built from our own checks of this server.

Why is there no uptime for Almanac?
Almanac runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package almanac-compute was installed 104 times last week.
How do I connect Almanac?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls almanac-compute straight from pypi; nothing to host, nothing to sign up for.
How many people use Almanac?
The pypi package almanac-compute was installed 104 times in the last week. Week over week that is +79%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Almanac open source?
Yes — it is published under the MIT licence, written in Python, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.