hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Integrations
Utilized as the server framework to expose SymPy's mathematical computation capabilities through an API accessible via the MCP protocol.
Offers matrix operations including inversion and eigenvalue/eigenvector calculations through SymPy's Matrix implementation.
Provides access to SymPy's symbolic computation capabilities including basic operations, algebraic manipulations, calculus, equation solving, matrix operations, series expansion, and special functions.
MCP计算服务器
基于MCP协议和SymPy库的数学计算服务,提供强大的符号计算能力。
主要特点
- 基本运算:加法、减法、乘法、除法、指数运算
- 代数运算:表达式展开、因式分解、简化
- 微积分:微分、积分(定积分/不定积分)、极限计算
- 方程求解:代数方程、方程组
- 矩阵运算:矩阵求逆、特征值/特征向量计算
- 级数展开:泰勒级数展开
- 特殊函数:三角函数、对数函数、指数函数
使用示例
安装
通过 Smithery 安装
要通过Smithery自动安装 Claude Desktop 的 Calculate Server:
本地安装
- 克隆存储库:Copy
- 创建虚拟环境并安装依赖项:Copy
- 配置:Copy
API 使用
通过MCP协议调用calculate_expression
工具,传递数学表达式字符串,返回计算结果。
依赖项
- mcp>=1.5.0
- sympy>=1.13.3
- fastapi>=0.95.0
- uvicorn>=0.21.0
执照
本项目采用 MIT 许可证。请参阅LICENSE文件。
You must be authenticated.
Tools
一种数学计算服务,使用户能够通过 MCP 协议执行符号计算,包括基本算术、代数、微积分、方程求解和矩阵运算。