AgentHubAgentHub

Math MCP Learning

MCP ServerMCP Registry官方收录

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"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "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"
  }
}
Math MCP Learning — MCP Server 安装与配置 · AgentHub