Servers

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.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"math-calculator": {
"command": "uvx",
"args": [
"math-mcp"
],
"env": {
"OUTPUT_PATH": "path/to/plot_output",
"FONT_PATH": "/path/to/font"
}
}
}
}