mathlas
About
Airtight math for AI agents: 3.68M-doc theorem search + numeric/Lean verification. No LLM, no key.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
MATHLAS_SEED MATHLAS_INDEXClaude Code
claude mcp add --env MATHLAS_SEED= --env MATHLAS_INDEX= mathlas -- uvx mathlas-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mathlas","command":"uvx","args":["mathlas-mcp"],"env":{"MATHLAS_SEED":"","MATHLAS_INDEX":""}}'
JSON
{
"mcpServers": {
"mathlas": {
"command": "uvx",
"args": [
"mathlas-mcp"
],
"env": {
"MATHLAS_SEED": "",
"MATHLAS_INDEX": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.