MCP.so
ログイン

MCP Servers

@James-Leslie

MCP Servers について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

James-Leslie

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "<server-name>": {
      "command": "uvx",
      "args": [
        "~/mcp-servers/<server-name>/."
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Calculator MCP Server?

Calculator MCP Server is a Python-based Model Context Protocol (MCP) server that uses SymPy to provide mathematical calculation capabilities. It enables AI assistants and other MCP clients to perform advanced mathematical computations from basic arithmetic to symbolic mathematics.

How to use Calculator MCP Server?

Add one of two configurations to your MCP client settings: run from GitHub with uvx using the provided JSON, or use the FastMCP hosted version via HTTP. Ensure you have Python 3.12 or higher and an MCP-compatible client.

Key features of Calculator MCP Server

  • Python‑based MCP server using SymPy
  • Supports basic arithmetic to symbolic mathematics
  • Run from GitHub with uvx or via hosted FastMCP
  • Easy integration with MCP clients
  • Enables AI assistants to perform advanced math

Use cases of Calculator MCP Server

  • AI assistants performing real‑time mathematical calculations
  • Symbolic algebra and calculus in conversational interfaces
  • Automated numerical computation in MCP‑based workflows

FAQ from Calculator MCP Server

コメント

「その他」の他のコンテンツ