MCP.so
ログイン

MCP Server Suite: Calculator + Gmail Integration

@shettysaish20

MCP Server Suite: Calculator + Gmail Integration について

Two MCP Servers managed parallely by Claude Desktop MCP Client to perform complex math calculations and then send the response via email

基本情報

カテゴリ

コミュニケーション

ライセンス

View license

ランタイム

python

トランスポート

stdio

公開者

shettysaish20

設定

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

{
  "mcpServers": {
    "MCP-Server-V4-Gmail": {
      "command": "uv",
      "args": [
        "venv"
      ]
    }
  }
}

ツール

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

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

概要

What is MCP Server Suite: Calculator + Gmail Integration?

The MCP Server Suite: Calculator + Gmail Integration is a Model Context Protocol (MCP) server that combines an advanced mathematical calculator with Gmail email capabilities. It allows users to perform complex calculations and send results via email through the Claude Desktop MCP Client.

How to use MCP Server Suite: Calculator + Gmail Integration?

Clone the repository, set up virtual environments for each server, install dependencies, and configure both servers in the Claude Desktop configuration file. Start the calculator server and the Gmail server separately, then use Claude Desktop to ask for calculations and send results via email.

Key features of MCP Server Suite: Calculator + Gmail Integration

  • Complex BODMAS calculations with step-by-step reasoning
  • Advanced math functions: trigonometric, exponential, logarithmic, factorial, Fibonacci
  • Send calculation results via email
  • Retrieve, read, and manage unread emails
  • OAuth 2.0 authentication for Gmail API

Use cases of MCP Server Suite: Calculator + Gmail Integration

  • Perform complex mathematical expressions and get step-by-step breakdowns
  • Send calculation results directly to an email recipient from Claude
  • Integrate email retrieval and management within the same MCP server suite
  • Verify calculation consistency with built-in checks

FAQ from MCP Server Suite: Calculator + Gmail Integration

What are the prerequisites?

Python 3.12 or higher, Claude Desktop MCP Client, and a Google Cloud Platform account with the Gmail API enabled.

How is authentication handled for Gmail?

The Gmail server uses OAuth 2.0 with a client credentials file and token file; tokens are stored securely in a user-specified location.

Does the server support sending emails with calculations?

Yes. The workflow demonstrates asking Claude to calculate an expression and then requesting to send the result to an email address; the server drafts an email and asks for confirmation before sending.

How are the calculator and Gmail servers started?

Start the calculator server by running python math-mcp-server/mcp_server.py inside the calculator directory. Start the Gmail server by running python src/gmail/server.py with --creds-file-path and --token-path arguments.

Are there any known limitations?

The README does not mention explicit limitations beyond requiring user confirmation for email operations and OAuth configuration.

コメント

「コミュニケーション」の他のコンテンツ