MCPを計算する
基本的な計算機機能を利用したブラウザ自動化機能を提供するモデルコンテキストプロトコル(MCP)サーバー。このサーバーにより、LLMと計算機の連携が可能になります。(実際にはテストプログラム用に作成しました。)
ユースケース
- MCP 機能を接続するためのテスト コード。
- おもちゃプロジェクト
設定例
VS Codeでのインストール
あるいは、VS Code CLI を使用して Playwright MCP サーバーをインストールすることもできます。
インストール後、Calculator MCP サーバーは VS Code 内の GitHub Copilot エージェントで使用できるようになります。
CLIオプション
Calculator MCP サーバーは、次のコマンドライン オプションをサポートしています。
--port <port>
: SSEトランスポートをリッスンするポート
Linux で DISPLAY なしのブラウザを実行する
ディスプレイのないシステム上または IDE のワーカー プロセスからヘッダー付きブラウザーを実行する場合は、DISPLAY のある環境から MCP サーバーを実行し、 --port
フラグを渡して SSE トランスポートを有効にします。
次に、MCP クライアント構成で、SSE エンドポイントへのurl
を設定します。
カスタムトランスポートを使用したプログラムによる使用
ツール
- 追加
- サブ
- マル
- 分割
- モッド
- 平方
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
LLM に基本的な計算機能を提供し、加算、減算、乗算、除算、モジュロ、平方根などの数学演算を実行できるようにするモデル コンテキスト プロトコル サーバー。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that provides basic mathematical and statistical functions to LLMs, enabling them to perform accurate numerical calculations through a simple API.Last updated -1319JavaScriptMIT License
- AsecurityFlicenseAqualityA server that provides tools for performing basic arithmetic operations (addition, subtraction, multiplication, division) via the Model Context Protocol.Last updated -4JavaScript
- AsecurityAlicenseAqualityA Model Context Protocol server that enables LLMs to perform precise numerical calculations by evaluating mathematical expressions.Last updated -1100PythonMIT License
- AsecurityFlicenseAqualityA simple Model Context Protocol server that provides basic arithmetic operations (addition, subtraction, multiplication, division) as tools that can be called by Large Language Models.Last updated -4JavaScript