MCP Server Suite: Calculator + Gmail Integration
@shettysaish20
About 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
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"MCP-Server-V4-Gmail": {
"command": "uv",
"args": [
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Communication MCP servers
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
MCP-Discord
barryyip0625Implement Discord MCP server enabling AI assistants to interact with the Discord platform.
飞书MCP服务器
sdd330MCP server provides feishu related operations
slack-mcp-server
ubie-ossA Slack MCP server
Telegram MCP Server
chigwellTelegram MCP server powered by Telethon to let MCP clients read chats, manage groups, and send/modify messages, media, contacts, and settings.
Comments