mcpbeat Sign in

SageMath MCP Server

by xbp-europe Your server? Claim it
local only

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

Stateful SageMath MCP server with 40 tools and a sandboxed Sage session per client.

Installs per day peak 393 · avg 66 · -52% w/w
a month agotoday
113
Installs / week
pypi · sagemath-mcp
15
Stars
1 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

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

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Dumps the whole environment prototypes/jupyter_transport/spike.py:35
    env = dict(os.environ)
Image runs as root Dockerfile:9
USER root

# Copy only what the wheel build needs -- pyproject, the readme it references,
# and the package. `COPY . /workspace` used to pull the whole repo (tests,
# external_docs, the 100 KB+ review file) into the image and bust this layer's
# cache on every edit to any of the…

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 -- uvx sagemath-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sagemath-mcp": {
      "args": [
        "sagemath-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sagemath-mcp]
command = "uvx"
args = ["sagemath-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "sagemath-mcp": {
      "args": [
        "sagemath-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sagemath-mcp": {
      "args": [
        "sagemath-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to SageMath

same job, measured the same way
Memori MCP
by memorilabs

Memori MCP server — persistent AI memory with recall and augmentation tools

107 installs/wk local only
Selenium MCP
by gaforov

Selenium MCP server for AI agents — 41 browser automation tools with snapshots and sessions.

276 installs/wk local only
Shield
by bolyra

Stdio MCP auth proxy: wrap any MCP server with per-tool permission enforcement.

35 installs/wk local only
Telleroutlook
by telleroutlook

WasmAgent MCP server — WASM-sandboxed code execution with capability manifests and Tasks API.

765 installs/wk local only
Math MCP Learning
by clouatre-labs

Educational MCP server with 17 math/stats tools, visualizations, and persistent workspace

686 installs/wk 17 tools answering
Servicenow Nodejs
by nickzitzer

Multi-instance ServiceNow MCP server with 40+ tools and intelligent schema discovery

77 installs/wk local only
ASAM ODS odsbox jaquel MCP Server
by totonga

MCP server for ASAM ODS with Jaquel query tools, connection management, and data access

883 installs/wk local only
Hex SSH
by levnikolaevich

Token-efficient SSH MCP with hash-verified files and persistent tmux sessions. 14 tools.

63 installs/wk local only

SageMath — questions

Answers built from our own checks of this server.

Why is there no uptime for SageMath?
SageMath 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 sagemath-mcp was installed 113 times last week.
How do I connect SageMath?
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 sagemath-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use SageMath?
The pypi package sagemath-mcp was installed 113 times in the last week. Week over week that is -52%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is SageMath open source?
Yes — it is published under the MIT licence, written in Python, 15 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.