gmail-mcp

gmail-mcp

0

gmail-mcp is a TypeScript-based MCP server that provides a simple notes system using Gmail API. It facilitates creating, accessing, and summarizing text notes.

gmail-mcp MCP Server

A Gmail MCP server built on top of TypeScript and the Gmail API. This TypeScript-based MCP server implements a simple notes system demonstrating core MCP concepts.

Features

  • Resources: List and access notes via URIs, each note has a title, content, and metadata.
  • Tools: Create new text notes with the create_note command.
  • Prompts: Generate a summary of all stored notes with the summarize_notes command.

Development

  • Install dependencies with npm install.
  • Build the server with npm run build.
  • Use npm run watch for development with auto-rebuild.

Installation

  • Install via Smithery with npx -y @smithery/cli install @mundume/gmail-mcp --client claude.
  • Manual configuration for Claude Desktop is available.

Debugging

Utilize the MCP Inspector for debugging, accessible via npm run inspector.