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).
Run
npx -y @justice8096/sagemath-mcp-server
MCP client config
{
"mcpServers": {
"sagemath-mcp-server": {
"command": "npx",
"args": [
"-y",
"@justice8096/sagemath-mcp-server"
]
}
}
}