Skip to main content
Data Science ToolsPython

clouatre-labs/math-mcp-learning-server

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

data-science-toolscloud-servicelocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/clouatre-labs/math-mcp-learning-server

Claude 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.

Details

Category
Data Science Tools
Language
Python
Author
clouatre-labs