Gmail MCP
Manage and summarize notes within Gmail using the Gmail API.
gmail-mcp MCP Server
a gmail mcp server built on top of typescript and the gmail api
This is a TypeScript-based MCP server that implements a simple notes system. It demonstrates core MCP concepts by providing:
- Resources representing text notes with URIs and metadata
- Tools for creating new notes
- Prompts for generating summaries of notes
Features
Resources
- List and access notes via
note://URIs - Each note has a title, content and metadata
- Plain text mime type for simple content access
Tools
create_note- Create new text notes- Takes title and content as required parameters
- Stores note in server state
Prompts
summarize_notes- Generate a summary of all stored notes- Includes all note contents as embedded resources
- Returns structured prompt for LLM summarization
Development
Install dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
npm run watch
Installation
Installing via Smithery
To install Gmail Notes Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @mundume/gmail-mcp --client claude
Installing Manually
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"gmail-mcp": {
"command": "/path/to/gmail-mcp/build/index.js"
}
}
}
Debugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
npm run inspector
The Inspector will provide a URL to access debugging tools in your browser.
관련 서버
Fibery
Perform queries and entity operations in your Fibery workspace.
Browser Use
A simple note storage system with tools to add and summarize notes using a custom URI scheme.
Linear MCP Server
A server for interacting with the Linear project management tool using the Linear API.
Lunch Roulette MCP Server
Manages and randomly selects from a list of lunch restaurants, storing choices and visit statistics locally.
Unreasonable Thinking Server
A tool for bold and unconventional problem-solving, generating unique solutions by branching and tracking thoughts.
WordPress MCP Server
Manage WordPress sites via the REST API. Enables AI assistants to handle content, posts, and site configurations.
Asana
Interact with Asana tasks, projects, workspaces, and comments using the Asana API.
Notion
Interact with Notion using its API. This server mirrors the Notion API SDK, allowing LLMs to manage pages, databases, and other Notion content.
Jira MCP Server
An MCP server for accessing JIRA issue data stored in Snowflake.
Homelab MCP Server
Manage and monitor homelab systems via SSH.