Back to MCP Servers

Math Mcp Learning

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

data-science-tools

Installation

npx -y math-mcp-learning-server

Configuration

{
  "mcpServers": {
    "math-mcp-learning-server": {
      "command": "npx",
      "args": ["-y", "math-mcp-learning-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub