MCP Server Tools
Allows reading recent email threads, getting full text content of threads, and creating draft responses to emails.
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mtanzim/mcp-server-test'
If you have feedback or need assistance with the MCP directory API, please join our Discord server