Math MCP Learning
Rank #2,508io.github.clouatre-labs/math-mcp-learning-server
Educational MCP server with 17 math/stats tools, visualizations, and persistent workspace
Math MCP Learning is a Model Context Protocol (MCP) server published by clouatre-labs. It ranks #2,508 of 115,460 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Math MCP Learning is listed across 3 registries — Official MCP, PulseMCP and Glama, with 12 tracked versions. It was first listed on Sep 20, 2025 and most recently updated on Aug 2, 2026.
Ranks ahead of 112,952 of 115,460 servers on MCP Toplist.
Use Math MCP Learning
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http math-mcp-learning-server https://math-mcp.fastmcp.app/mcpclaude mcp add math-mcp-learning-server -- uvx math-mcp-learning-server[mcp_servers.math-mcp-learning-server]
url = "https://math-mcp.fastmcp.app/mcp"Add to ~/.codex/config.toml.
[mcp_servers.math-mcp-learning-server]
command = "uvx"
args = ["math-mcp-learning-server"]Add to ~/.codex/config.toml.
https://math-mcp.fastmcp.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"math-mcp-learning-server": {
"command": "uvx",
"args": [
"math-mcp-learning-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"math-mcp-learning-server": {
"url": "https://math-mcp.fastmcp.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"math-mcp-learning-server": {
"command": "uvx",
"args": [
"math-mcp-learning-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"math-mcp-learning-server": {
"type": "http",
"url": "https://math-mcp.fastmcp.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"math-mcp-learning-server": {
"type": "stdio",
"command": "uvx",
"args": [
"math-mcp-learning-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"math-mcp-learning-server": {
"serverUrl": "https://math-mcp.fastmcp.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"math-mcp-learning-server": {
"command": "uvx",
"args": [
"math-mcp-learning-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"math-mcp-learning-server": {
"url": "https://math-mcp.fastmcp.app/mcp"
}
}
}{
"mcpServers": {
"math-mcp-learning-server": {
"command": "uvx",
"args": [
"math-mcp-learning-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.clouatre-labs%2Fmath-mcp-learning-server)<a href="https://mcptoplist.com/server/io.github.clouatre-labs%2Fmath-mcp-learning-server"><img src="https://mcptoplist.com/badge/io.github.clouatre-labs%2Fmath-mcp-learning-server.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
clouatre-labs
Other servers by clouatre-labs
View all clouatre-labs servers →Available versions (12)
| Version | Published |
|---|---|
| 0.12.3 | Aug 2, 2026 |
| 0.12.1 | Apr 2, 2026 |
| 0.12.0 | Apr 1, 2026 |
| 0.11.5 | Mar 30, 2026 |
| 0.11.4 | Mar 19, 2026 |
| 0.11.3 | Feb 23, 2026 |
| 0.11.2 | Feb 19, 2026 |
| 0.11.1 | Feb 16, 2026 |
| 0.11.0 | Feb 16, 2026 |
| 0.10.3 | Dec 16, 2025 |
| 0.9.1 | Dec 10, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Math MCP Learning?
- Math MCP Learning is maintained by clouatre-labs, which publishes 2 MCP servers (61 total versions) tracked on MCP Toplist.
- Is Math MCP Learning listed on the Official MCP Registry?
- Yes — Math MCP Learning is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Math MCP Learning have?
- MCP Toplist tracks 12 versions of Math MCP Learning, most recently published on Aug 2, 2026.
- Where can I find the source code for Math MCP Learning?
- The source code for Math MCP Learning is hosted at github.com/clouatre-labs/math-mcp-learning-server.