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 gives LLMs the ability to interact with Ethereum networks, manage wallets, query blockchain data, and execute smart contract operations through a standardized interface.Last updated -313232TypeScriptMIT License
- 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 -1313TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables LLMs to perform precise numerical calculations by evaluating mathematical expressions.Last updated -148PythonMIT License
- -securityFlicense-qualityA Model Context Protocol server that connects LLMs to the Compiler Explorer API, enabling them to compile code, explore compiler features, and analyze optimizations across different compilers and languages.Last updated -Python