mathmethods-mcp

agmonetti/mathmethods-mcp
★ 1 stars Python AI/LLM Updated 2d ago
MCP server for numerical methods and dynamic systems: root finding, integration, ODEs, Monte Carlo, 1D/2D dynamical systems, and combat models.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mathmethods-mcp": {
      "command": "uvx",
      "args": [
        "mathmethods-mcp"
      ]
    }
  }
}

Or install with pip: pip install mathmethods-mcp

README Excerpt

A [Model Context Protocol](https://modelcontextprotocol.io) server that exposes a numerical-methods core as tools an LLM agent can call directly from a chat (VS Code, Zed, Claude, opencode, etc.). It is built on top of the numerical-methods engine of the academic project `modeladoYsimulacion-web` (UADE); the math core is **vendored** into this repository so the server is

Tools (20)

dynamic_1d_bifurcationdynamic_1d_equilibriadynamic_1d_solvedynamic_2d_conservative_solvedynamic_2d_lanchester_solvedynamic_2d_linear_solvedynamic_2d_nonhomogeneous_solvedynamic_2d_nonlinear_solvefinite_differencesintegral_compararintegral_rectangulointegral_simpson13integral_simpson38integral_trapeciointerpolation_lagrangemc_convergencia_1dmc_estadistico_1dmc_hit_or_miss_1dmc_valor_promedio_1dmc_valor_promedio_2d

Topics

aillm-toolsmcpnumerical-methodsode-solver