MCP Server
Active
Math MCP Learning MCP Server
io.github.clouatre-labs/math-mcp-learning-server
What is the Math MCP Learning MCP server?
Educational MCP server with 17 math/stats tools, visualizations, and persistent workspace
How to install Math MCP Learning
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"math-mcp-learning-server": {
"command": "uvx",
"args": [
"math-mcp-learning-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"math-mcp-learning-server": {
"command": "uvx",
"args": [
"math-mcp-learning-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"math-mcp-learning-server": {
"command": "uvx",
"args": [
"math-mcp-learning-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"math-mcp-learning-server": {
"type": "stdio",
"command": "uvx",
"args": [
"math-mcp-learning-server"
]
}
}
}Claude Code
claude mcp add math-mcp-learning-server -- uvx math-mcp-learning-serverRelated MCP servers
Aptu Coder
Active
MCP server for code structure analysis using tree-sitter.
5
View repository →Rust
Apache-2.0
Code Analyze MCP
Active
MCP server for code structure analysis using tree-sitter.
5
View repository →Rust
Apache-2.0