MCP Server Tools
Allows reading recent email threads, getting full text content of threads, and creating draft responses to emails.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Server Toolscreate a draft reply to the latest email from John"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server Tools
A Model Context Protocol server that provides tools for weather forecasting and Gmail interaction.
Features
Gmail Integration:
Read recent email threads (last
xdays)Get the full text content of a thread
Create draft responses to emails
Related MCP server: Weather MCP Server
Setup
Install dependencies:
bun installAuthenticate Gmail (first time only):
Check .env.template for token path configurations, and set appropriately. Then execute:
bun auth-gmailRun the server:
bun devSet STDIO=1 to run in stdio mode (ie: for Claude Desktop).
Development
bun typecheck: Run TypeScript type checkingbun run build: Build the projectbun lint: lintbun format: format
Setup with Claude desktop
See following example $HOME/Application Support/Claude/claude_desktop_config.json. Replace $HOME and $WORKSPACE_ROOT as required.
{
"mcpServers": {
"tanzim-tools": {
"command": "$HOME/.bun/bin/bun",
"args": ["$PROJECT_PATH/src/index.ts"],
"env": {
"STDIO": "1",
"TOKEN_PATH": "$PROJECT_PATH/tokens.json",
"CREDENTIALS_PATH": "$PROJECT_PATH/credentials.json"
}
}
},
"globalShortcut": ""
}This server cannot be deployed
Maintenance
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
The official Model Context Protocol server for Ambee. It gives any MCP-compatible AI assistant — Claude, ChatGPT, Cursor, VS Code, Ollama, and more direct access to live air quality, pollen, and weather data. To get started, including information on signing up and obtaining your Ambee key, check out the Ambee documentation on https://docs.ambeedata.com
MCP server for weather with reasoning — umbrella advice, outdoor checks, city comparisons.
Related MCP Servers
- AlicenseAqualityDmaintenanceA Model Context Protocol server that provides tools for interacting with Gmail and Calendar APIs, enabling programmatic management of emails and calendar events.827MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides AI agents with tools to retrieve weather alerts and detailed forecasts for US locations using the National Weather Service API.255 npm1GPL 3.0
- AlicenseCqualityFmaintenanceA customizable Model Context Protocol server implementation that enables AI models to interact with external tools including weather queries, Google search, and camera control functionality.114Apache 2.0
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables interaction with the Gmail API through natural language, auto-generated using AG2's MCP builder.-