Submit

Math Mcp Server

@111-test-111

This project implements a math MCP server with the help of fastmcp, aiming to provide tools for LLMs to perform complex mathematical calculations and analyses.

Server Config

{
  "mcpServers": {
    "math-calculator": {
      "command": "uvx",
      "args": [
        "math-mcp"
      ],
      "env": {
        "OUTPUT_PATH": "path/to/plot_output",
        "FONT_PATH": "/path/to/font"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.