Back to MCP Servers
Fermat
The ultimate math engine unifying SymPy, NumPy & Matplotlib in one powerful server. Perfect for developers & researchers needing symbolic algebra, numerical computing, and data visualization.
data-science-tools
By abhiphile
Installation
npx -y fermat-mcpConfiguration
{
"mcpServers": {
"fermat-mcp": {
"command": "npx",
"args": ["-y", "fermat-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes