Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧮 Data Science Tools
  3. Fermat MCP
Fermat MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 11:32:25 AM

Fermat MCP

User RatingsBe the first to rate and review this MCP server!
View Repository20 GitHub StarsTotal stargazers on GitHub for the source repository (20 stars).Visit Website
mathematicspythondata-visualizationscientific-computing

Math MCP server for symbolic algebra, numerical computing, matrix operations, and Matplotlib charts.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON â–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "abhiphile-fermat-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧮 More in Data Science Tools

Overview

abhiphile/fermat-mcp MCP server exposes mathematical computation tools through FastMCP, combining NumPy, SymPy, and Matplotlib modules. It supports numerical operations, symbolic algebra and calculus, matrix calculations, and several chart types. Run it locally with Python 3.12 or newer and uv, then connect it to an MCP client through a local configuration. Reach for it when an agent needs to calculate, solve, manipulate arrays, or generate plots without adding separate math services.

Use cases

•Calculate eigenvalues and eigenvectors for input matrices
•Solve symbolic equations and calculus expressions
•Compute statistics and transform numerical arrays
•Generate line, scatter, bar, or equation plots

Key features

•NumPy numerical operations
•SymPy symbolic algebra and calculus
•Linear algebra and matrix functions
•Matplotlib chart generation
•Local FastMCP server

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Fermat MCP.

Extracted Tool Capabilities
NumPy numerical operations
SymPy symbolic algebra and calculus
Linear algebra and matrix functions
Matplotlib chart generation
Local FastMCP server

How Fermat MCP works

What abhiphile/fermat-mcp MCP server does

The abhiphile/fermat-mcp MCP server provides a local FastMCP interface for mathematical work. Its functionality is divided into three areas: NumPy-backed numerical operations, SymPy-backed symbolic operations, and Matplotlib-backed plotting. The repository describes it as supporting both numerical and symbolic calculations, with chart generation available through the plotting module.

The server can help an MCP client evaluate common mathematical expressions, work with arrays and matrices, solve equations, manipulate symbolic expressions, and produce visual output. It is intended for developers, researchers, and other users who want an agent to call established Python mathematics libraries through MCP rather than perform every operation in conversation.

How it works

abhiphile/fermat-mcp runs as a local process and is configured as an MCP server in the client’s JSON settings. The documented setup uses Python 3.12 or later and uv. A client starts the repository’s server.py through uv, or invokes the supplied setup.sh script from a local clone.

The NumPy module covers elementary arithmetic, powers, absolute values, exponentials, logarithms, square roots, trigonometric functions, descriptive statistics, linear algebra, array creation, and array transformations. Matrix-oriented operations include products, inverses, determinants, eigenvalues, solving systems, and singular value decomposition.

The SymPy module handles symbolic simplification, expansion, factoring, collection, differentiation, integration, limits, series, equation solving, and selected matrix operations. Matplotlib functions create bar, scatter, line, stem, stacked, and equation plots.

Setup and configuration

Clone the repository and install Python 3.12 or newer together with uv. For Visual Studio Code or Windsurf, add an mcpServers entry whose command is bash and whose argument points to the local clone’s setup.sh. The README also documents a Claude or Anthropic configuration that runs uv --directory <local-directory> run server.py; the directory must be replaced with the path where the repository was cloned.

Gemini CLI uses a similar bash configuration pointing to setup.sh, placed in ~/.gemini/settings.json. The README also lists Smithery as an installation route, but that is a client-specific installer rather than the server’s own runtime command.

Tools and capabilities

The documented modules provide these capability groups:

  • Numerical arithmetic, trigonometry, statistics, array construction, reshaping, concatenation, stacking, and transposition.
  • Linear algebra including determinants, inverses, eigenvalues, equation solving, and SVD.
  • Symbolic algebra, calculus, equation solving, and matrix manipulation.
  • Bar, scatter, line, stem, stacked, and equation charts.

Limitations and notes

The supplied material does not identify a published package name, hosted endpoint, authentication method, or software license. The examples assume local filesystem access and require users to substitute their own repository path in client configuration. Plotting is described by function and chart type, but the material does not specify an output transport or file format. The README also does not document support for clients beyond the configurations it names.

The abhiphile/fermat-mcp MCP server should therefore be evaluated as a locally run Python tool rather than as a remote mathematical API. Its documented scope is limited to the listed NumPy, SymPy, and Matplotlib operations.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Data Science Tools View all alternatives
  • Math MCP Learning Server logoMath MCP Learning Server

    Educational MCP server for math operations, statistics, visualization, and persistent workspaces. Built with FastMCP 2.0.

    🧮 Data Science Tools4 views
    Compare vs Math MCP Learning Server →
  • Vizro MCP logoVizro MCP

    Tools and templates to create validated and maintainable data charts and dashboards.

    🧮 Data Science Tools5 views
    Compare vs Vizro MCP →
  • Jupyter Notebook MCP logoJupyter Notebook MCP

    connects Jupyter Notebook to Claude AI, allowing Claude to directly interact with and control Jupyter Notebooks.

    🧮 Data Science Tools3 views
    Compare vs Jupyter Notebook MCP →
  • MCP Server Data Exploration logoMCP Server Data Exploration

    Enables autonomous data exploration on .csv-based datasets, providing intelligent insights with minimal effort.

    🧮 Data Science Tools2 views
    Compare vs MCP Server Data Exploration →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
20
Stargazers on the source repository.
npm downloads
33k
Package downloads in the last 30 days.
Last commit
1mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Fermat MCP

Clone the repository, install Python 3.12 or newer and uv, then configure an MCP client to run the local setup.sh script or server.py. The documented commands require replacing the example directory path with your clone’s actual path.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewFermat MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/abhiphile-fermat-mcp?style=directory)](https://allmcps.com/mcp/abhiphile-fermat-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/abhiphile-fermat-mcp"><img src="https://allmcps.com/api/badge/abhiphile-fermat-mcp?style=directory" alt="Fermat MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🧮Data Science Tools
PricingFree
More technical detailsExpand â–¾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
ClientsClaude Desktop, Windsurf
Last updatedSep 7, 2026
9/9 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars20
GitHub Star CountTotal stargazers on GitHub representing community popularity (20 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 5, 2026
npm downloads33,418/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
57Quality signal: Good · 57/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity9/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev · @smithery/cli (npm)

★ FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧮 Data Science Tools →Best MCP servers for Data Science →Alternatives to Fermat MCP →Install in Claude DesktopInstall in CursorInstall in VS Code