Submit

Fermatmcp

@abhiphile

This project provides a FastMCP server for mathematical computations, including numerical and symbolic calculations, as well as plotting.
Overview

Fermat MCP

This project provides a FastMCP server for mathematical computations, including numerical and symbolic calculations, as well as plotting.

Modules

1. mpl_mcp - Matplotlib Integration

FeatureDescription
plot_barchartPlots bar charts of given data values
plot_scatterCreates scatter plots from data points
plot_chartPlots line, scatter, or bar charts
plot_stemCreates stem plots for discrete data
plot_stackGenerates stacked area/bar charts
eqn_chartPlots mathematical equations

2. numpy_mcp - NumPy Integration

CategoryOperations
Basic Mathadd, sub, mul, div, power, abs, exp, log, sqrt
Trigonometricsin, cos, tan
Statisticsmean, median, std, var, min, max, argmin, argmax, percentile
Linear Algebradot, matmul, inv, det, eig, solve, svd
Matrix Operationscreate, zeros, ones, full, arange, linspace
Array Manipulationreshape, flatten, concatenate, transpose, stack

3. sympy_mcp - SymPy Integration

CategoryOperations
Algebrasimplify, expand, factor, collect
Calculusdiff, integrate, limit, series
Equationssolve, solveset, linsolve, nonlinsolve
Matrix Operationscreate, det, inv, rref, eigenvals

Server Config

{
  "mcpServers": {
    "fmcp": {
      "command": "bash",
      "args": [
        "ABSOLUTE_PATH_TO_CLONED_FERMAT_MCP/setup.sh"
      ],
      "description": "fmcp server is for mathematical computations, including numerical and symbolic calculations, as well as plotting."
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.