Back to MCP directory
publicPublicdnsLocal runtime

mathall

一个无需本地部署的MCP服务器,专为处理数学计算而设计,通过简单配置即可为大型语言模型提供永久准确的数学计算能力。

article

README

🚀 数学所有 MCP 服务

数学所有 MCP 服务是一个能够处理数学运算的 MCP(模型上下文协议)服务器。无需本地部署,只需添加一项配置,就能让大语言模型实现永久准确的数学计算。

🚀 快速开始

我们仅支持 MCP 在 SSE 模式下运行,你可直接使用以下 URL:

http://mcp.iqust.top/sse

或者

https://mcp.iqust.top/sse

例如,在代码里可以这样配置:

{
  "mcpServers": {
    "mathall": {
      "url": "http://mcp.iqust.top/sse"
    }
  }
}

以下为相关图片示例: image image

📚 详细文档

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client