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
WhatsApp MCP Server (TypeScript/Baileys)
jlucaso1WhatsApp MCP Server (TypeScript/Baileys)
Telegram MCP server
chaindeadTelegram MCP for managing dialogs, messages, drafts, read statuses, and more.
WhatsApp MCP Server
lharriesWhatsApp MCP server
Outlook MCP Server
Wallisking1991MCP Communicator (Telegram)
qpd-vAn MCP server that enables communication with users through Telegram. This server provides a tool to ask questions to users and receive their responses via a Telegram bot.
Comments