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
- ファストAPI>=0.95.0
- uvicorn>=0.21.0
ライセンス
このプロジェクトはMITライセンスの下でライセンスされています。LICENSEファイルをご覧ください。
You must be authenticated.
Tools
MCP プロトコルを通じて、基本的な算術、代数、微積分、方程式の解法、行列演算などの記号計算を実行できる数学計算サービス。