{"id":24644985,"url":"https://github.com/ejb503/systemprompt-mcp-gmail","last_synced_at":"2025-03-20T15:14:15.049Z","repository":{"id":274169020,"uuid":"922119649","full_name":"Ejb503/systemprompt-mcp-gmail","owner":"Ejb503","description":"A specialized Model Context Protocol (MCP) server that enables you to search, read, delete and send emails from your Gmail account, leveraging an AI Agent to help with each operation.  Optimized for Systemprompt MCP Voice client.","archived":false,"fork":false,"pushed_at":"2025-02-18T17:02:08.000Z","size":157,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T08:19:19.427Z","etag":null,"topics":["ai","gmail","mcp","systemprompt"],"latest_commit_sha":null,"homepage":"https://systemprompt.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ejb503.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-25T11:20:34.000Z","updated_at":"2025-03-09T19:59:08.000Z","dependencies_parsed_at":"2025-01-25T12:32:54.311Z","dependency_job_id":null,"html_url":"https://github.com/Ejb503/systemprompt-mcp-gmail","commit_stats":null,"previous_names":["ejb503/systemprompt-mcp-gmail"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ejb503%2Fsystemprompt-mcp-gmail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ejb503%2Fsystemprompt-mcp-gmail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ejb503%2Fsystemprompt-mcp-gmail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ejb503%2Fsystemprompt-mcp-gmail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ejb503","download_url":"https://codeload.github.com/Ejb503/systemprompt-mcp-gmail/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244574845,"owners_count":20474823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","gmail","mcp","systemprompt"],"created_at":"2025-01-25T14:13:52.767Z","updated_at":"2025-03-20T15:14:15.044Z","avatar_url":"https://github.com/Ejb503.png","language":"TypeScript","funding_links":[],"categories":["Communication"],"sub_categories":["How to Submit"],"readme":"# systemprompt-mcp-gmail\n\n[![npm version](https://img.shields.io/npm/v/systemprompt-mcp-gmail.svg)](https://www.npmjs.com/package/systemprompt-mcp-gmail)\n[![smithery badge](https://smithery.ai/badge/systemprompt-mcp-gmail)](https://smithery.ai/server/systemprompt-mcp-gmail)\n[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Twitter Follow](https://img.shields.io/twitter/follow/tyingshoelaces_?style=social)](https://twitter.com/tyingshoelaces_)\n[![Discord](https://img.shields.io/discord/1255160891062620252?color=7289da\u0026label=discord)](https://discord.com/invite/wkAbSuPWpr)\n\n[Website](https://systemprompt.io) | [Documentation](https://systemprompt.io/documentation) | [Blog](https://tyingshoelaces.com) | [Get API Key](https://systemprompt.io/console)\n\nA specialized Model Context Protocol (MCP) server that enables you to search, read, delete and send emails from your Gmail account, leveraging an AI Agent to help with each operation. The server is designed to work with the [multimodal-mcp-client](https://github.com/Ejb503/multimodal-mcp-client), a voice-powered MCP client that provides the frontend interface.\n\nAn API KEY is required to use this server. This is currently free, although this may change in the future. You can get one [here](https://systemprompt.io/console).\n\nThis server uses Sampling and Notification functionality from the [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/sdk).\n\nThis will only work with advanced MCP clients that support these features.\n\n## Required Client\n\nThis server is designed to work with the [multimodal-mcp-client](https://github.com/Ejb503/multimodal-mcp-client) - a voice-powered MCP client that provides the frontend interface. Please make sure to set up both components for the full functionality.\n\n## Why Use This Server?\n\nSend emails\nSearch emails\nRead emails\n\n## Installation\n\nThis server requires GOOGLE_CREDENTIALS and GOOGLE_TOKEN environment variables to be set. These must be base64 encoded strings of the credentials and token. There is a script to help with this in the [multimodal-mcp-client](https://github.com/Ejb503/multimodal-mcp-client) repository. Follow the instructions here: https://github.com/Ejb503/multimodal-mcp-client/blob/master/scripts/google-auth/README.md\n\nAfter generating your base64 encoded strings, you can run the server with npx.\n\n## Features\n\n#### Core Functionality\n\n- **MCP Protocol Integration**: Full implementation of Model Context Protocol for seamless AI agent interactions\n- **Voice-Powered Interface**: Compatible with voice commands through multimodal-mcp-client\n- **Real-Time Processing**: Supports streaming responses and real-time interactions\n- **Type-Safe Implementation**: Full TypeScript support with proper error handling\n\n#### Sampling \u0026 Notifications\n\n- Advanced sampling capabilities for AI responses\n- Real-time notification system for agent events\n- Configurable sampling parameters\n- Event-driven architecture for notifications\n\n#### Integration Features\n\n- API Key management and authentication\n- User status and billing information tracking\n- Subscription management\n- Usage monitoring and analytics\n\n## 🎥 Demo \u0026 Showcase\n\nWatch our video demonstration to see Systemprompt MCP Gmail in action:\n\n[▶️ Watch Demo Video](https://www.youtube.com/watch?v=n94JtRXXqec)\n\nThe demo showcases:\n\n- Voice-controlled AI interactions\n- Multimodal input processing\n- Tool execution and workflow automation\n- Real-time voice synthesis\n\n## Installation\n\n## Related Links\n\n- [Multimodal MCP Client](https://github.com/Ejb503/multimodal-mcp-client) - Voice-powered MCP client\n- [systemprompt.io Documentation](https://systemprompt.io/docs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fejb503%2Fsystemprompt-mcp-gmail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fejb503%2Fsystemprompt-mcp-gmail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fejb503%2Fsystemprompt-mcp-gmail/lists"}