Odel
sagemath mcp server

sagemath mcp server

Local
@justice80961TypeScriptCC0-1.0Updated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@justice8096/sagemath-mcp-serverv1.0.1

Run

npx -y @justice8096/sagemath-mcp-server

MCP client config

{
  "mcpServers": {
    "sagemath-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@justice8096/sagemath-mcp-server"
      ]
    }
  }
}