MCP.so
Sign In
F

Fermatmcp

@abhiphile

About Fermatmcp

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

Basic information

Category

Other

Transports

stdio

Publisher

abhiphile

Submitted by

ABHISHEK KUMAR

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "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."
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Fermatmcp?

Fermatmcp is a Model Context Protocol server that provides mathematical computation capabilities, including numerical and symbolic calculations as well as plotting, for use with MCP clients such as VS Code, Windsurf, and Gemini CLI. It is designed for developers and users who need to perform math operations within AI‑powered tools.

How to use Fermatmcp?

Clone the repository from GitHub, ensure Python 3.12 or higher and uv are installed, then configure the MCP client by adding a server entry in its mcp.json file that runs the provided setup.sh script. Detailed instructions are available for VS Code, Windsurf, and Gemini CLI.

Key features of Fermatmcp

  • Supports numerical calculations (e.g., gcd, lcm, sqrt, power)
  • Supports symbolic mathematical calculations
  • Supports plotting of mathematical functions
  • Works with VS Code, Windsurf, and Gemini CLI
  • Quick setup using a single bash script

Use cases of Fermatmcp

  • Perform arithmetic and advanced numerical computations within an AI assistant
  • Solve symbolic equations and manipulate algebraic expressions
  • Generate plots of functions directly from a chat interface
  • Integrate math capabilities into custom agent workflows

FAQ from Fermatmcp

What are the requirements to run Fermatmcp?

Python 3.12 or higher and uv are required. Both are installable from their official websites.

How do I configure Fermatmcp with my MCP client?

Clone the repository, then add a server entry to your client’s mcp.json using the command bash and the path to the setup.sh script. Examples are provided for VS Code, Windsurf, and Gemini CLI.

Which MCP clients are supported?

The README explicitly shows configuration for Visual Studio Code, Windsurf, and Gemini CLI.

What kind of mathematics does Fermatmcp handle?

It handles numerical and symbolic calculations as well as plotting. Specific functions mentioned include gcd, lcm, sqrt, and power.

Comments

More Other MCP servers