clouatre-labs/math-mcp-learning-server
Educational MCP server for math operations, statistics, visualization, and persistent workspaces. Built with FastMCP 2.0.
Quick Start
Clone the repository:
git clone https://github.com/clouatre-labs/math-mcp-learning-serverClaude Desktop configuration example:
{
"mcpServers": {
"math-mcp-learning-server": {
"command": "npx",
"args": [
"-y",
"clouatre-labs/math-mcp-learning-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.