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.

评论

沟通协作 分类下的更多 MCP 服务器