mcpbeat Sign in

Sagemath MCP Server

by justice8096 Your server? Claim it
local only

Sagemath MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 65 installs a week from npm. Last commit 18 May 2026.

MCP server wrapping SageMath's full computer algebra system — 10 symbolic-math tools for LLMs.

Installs per day peak 21 · avg 10 · +107% w/w
a month agotoday
65
Installs / week
npm · @justice8096/sagemath-mcp-server
1
Stars
0 open issues
18 May 2026
Last commit
0 releases in 90 days
CC0-1.0
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Image runs as root deploy/Dockerfile:2
USER root

# Install Node.js

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

Nothing serious here today

Today is the operative word: we check Sagemath MCP Server 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 sagemath-mcp-server -- npx -y @justice8096/sagemath-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sagemath-mcp-server": {
      "args": [
        "-y",
        "@justice8096/sagemath-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sagemath-mcp-server]
command = "npx"
args = ["-y", "@justice8096/sagemath-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "sagemath-mcp-server": {
      "args": [
        "-y",
        "@justice8096/sagemath-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sagemath-mcp-server": {
      "args": [
        "-y",
        "@justice8096/sagemath-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SAGE_TIMEOUT (Per-call SageMath timeout in milliseconds. Default 30000.), SAGE_DOCKER_IMAGE (Docker image used when SageMath is not installed locally. Default sagemath/sagemath:latest.), TRANSPORT (Transport mode: 'stdio' (default) or 'http'.), PORT (HTTP port when TRANSPORT=http. Default 3000.), API_KEY (If set, HTTP transport requires matching API_KEY header. Ignored for stdio.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Sagemath MCP Server

same job, measured the same way
Codex MCP Go
by w31r4

MCP server wrapping Codex CLI for stdio-based tool calls.

39 installs/wk local only
A
Nginx Proxy Manager
by baeck

MCP server for Nginx Proxy Manager with full API coverage (43 tools)

98 installs/wk local only
MCP Manimgl
by daedalus

MCP server exposing manimgl mathematical animation functionality as tools for LLMs

66 installs/wk local only
Math MCP
by andylbrummer

GPU-accelerated MCP server: symbolic algebra, numerical computing, FFT, optimization, linear algebra

82 installs/wk local only
Obsidian MCP Secure
by dewtech-technologies

Secure MCP server for Obsidian with OWASP Top 10 controls and full audit logging.

26 installs/wk local only
Omni Computer Use
by jason26214

Windows MCP server replicating Anthropic's computer-use tool surface, for any MCP client.

121 installs/wk local only
ClickUp MCP Pro
by helbertparanhos

The most complete ClickUp MCP server — 161 tools + clickup_raw for the full v2/v3 API.

67 installs/wk local only
Untappd
by darrenjrobinson

MCP server exposing Untappd API tools for AI agents — full v4 read API coverage

54 installs/wk local only

Sagemath MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Sagemath MCP Server?
Sagemath MCP Server 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 npm package @justice8096/sagemath-mcp-server was installed 65 times last week.
How do I connect Sagemath MCP Server?
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 @justice8096/sagemath-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Sagemath MCP Server?
The npm package @justice8096/sagemath-mcp-server was installed 65 times in the last week. Week over week that is +107%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sagemath MCP Server open source?
Yes — it is published under the CC0-1.0 licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.