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.
Tools
basic_arithmetic
mathematical_functions
number_converter
unit_converter
precision_calculator
number_properties
matrix_calculator
statistics_analyzer
calculus_engine
optimization_suite
regression_modeler
expression_evaluator
create_and_save_chart
plot_function_curve
geometry_calculator
number_theory_calculator
signal_processing_calculator
financial_calculator
probability_calculator
complex_analysis_suite
graph_theory_suite
cleanup_resources
Server Config
{
"mcpServers": {
"math-calculator": {
"command": "uvx",
"args": [
"math-mcp"
],
"env": {
"OUTPUT_PATH": "path/to/plot_output",
"FONT_PATH": "/path/to/font"
}
}
}
}