io.github.clouatre-labs/math-mcp-learning-server · v0.12.1
Educational MCP server with 17 math/stats tools, visualizations, and persistent workspace
Math MCP Learning 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"math-mcp-learning-server": {
"command": "uvx",
"args": [
"math-mcp-learning-server"
]
}
}
}v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.clouatre-labs/math-mcp-learning-server",
"type": "mcp-server",
"version": "0.12.1",
"displayName": "Math MCP Learning",
"description": "Educational MCP server with 17 math/stats tools, visualizations, and persistent workspace",
"repository": {
"url": "https://github.com/clouatre-labs/math-mcp-learning-server",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "math-mcp-learning-server",
"version": "0.12.1",
"transport": "stdio"
}
],
"remotes": [
{
"transport": "streamable-http",
"url": "https://math-mcp.fastmcp.app/mcp"
}
]
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.clouatre-labs/math-mcp-learning-server",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.clouatre-labs%2Fmath-mcp-learning-server/versions/latest",
"isOfficial": true,
"status": "active"
}
}