math-mcp服务器
](https://smithery.ai/server/@swaroopkasaraneni/math-mcp-server)
Math MCP是一个为Claude Desktop公开数学运算的协议。该项目符合模型上下文协议(MCP)标准,允许大型语言模型与外部应用程序的动态集成。启动Math-MCP后,协议将监听来自MCP客户端的调用,并通过MCP公开操作进行响应。
通过Smithery安装
通过以下方式自动安装Claude Desktop的math-mcp服务器 史密瑟里:
npx -y @smithery/cli install @swaroopkasaraneni/math-mcp-server --client claude手动安装
- 克隆存储库:
git clone https://github.com/swaroopkasaraneni/math-mcp-server/
cd math-mcp-server- 安装依赖项并构建:
npm install
npm run build用法
使用以下命令启动服务器:
npm start然后,客户端将能够调用此协议公开的方法。有关实施MCP的更多详细信息,请参阅 模型上下文协议文档.
许可证
该项目根据MIT许可证获得许可。
鸣谢
- 由Swaroop Kasaraneni开发
