Back to MCP Servers

Mathlas

Airtight math for agents: 3.7M-theorem search, PSLQ constant ID, OEIS, real Lean kernel checks, applicability checklists. No LLM inside, no API key.

data-science-toolsapiaillmagent

Installation

npx -y mathlas

Configuration

{
  "mcpServers": {
    "mathlas": {
      "command": "npx",
      "args": ["-y", "mathlas"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub