HomeDatabases & Data › Math MCP Learning

Math MCP Learning

Educational MCP server with 17 math/stats tools, visualizations, and persistent workspace

Python CloudLocal macOSWindowsLinux Remote
★ 5 stars Last pushed 2026-09-24 License: NOASSERTION

Topics: Data Science Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://math-mcp.fastmcp.app/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http math-mcp-learning-server https://math-mcp.fastmcp.app/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "math-mcp-learning-server": {
      "url": "https://math-mcp.fastmcp.app/mcp"
    }
  }
}

Package (pypi 0.12.5)

uvx math-mcp-learning-server

Or add to your MCP client config:

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

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry