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-serverConfiguration
{
"mcpServers": {
"math-mcp-learning-server": {
"command": "npx",
"args": ["-y", "math-mcp-learning-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes