Registry
Rank #47,405com.mcparmory/google-gmail
Send, read, organize emails, manage labels, drafts, and filters
Registry is a Model Context Protocol (MCP) server published by mcparmory. It ranks #47,405 of 115,591 servers tracked on MCP Toplist, and its repository has 30 GitHub stars. Registry is listed on Official MCP, with 2 tracked versions. It was first listed on May 5, 2026 and most recently updated on May 12, 2026.
Ranks ahead of 68,186 of 115,591 servers on MCP Toplist.
Use Registry
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add google-gmail -- uvx mcparmory-google-gmailclaude mcp add google-gmail -- docker run -i --rm ghcr.io/mcparmory/google-gmail:1.0.3[mcp_servers.google-gmail]
command = "uvx"
args = ["mcparmory-google-gmail"]Add to ~/.codex/config.toml.
[mcp_servers.google-gmail]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/mcparmory/google-gmail:1.0.3"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"google-gmail": {
"command": "uvx",
"args": [
"mcparmory-google-gmail"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"google-gmail": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mcparmory/google-gmail:1.0.3"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"google-gmail": {
"command": "uvx",
"args": [
"mcparmory-google-gmail"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"google-gmail": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mcparmory/google-gmail:1.0.3"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"google-gmail": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-google-gmail"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"google-gmail": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mcparmory/google-gmail:1.0.3"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"google-gmail": {
"command": "uvx",
"args": [
"mcparmory-google-gmail"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"google-gmail": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mcparmory/google-gmail:1.0.3"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"google-gmail": {
"command": "uvx",
"args": [
"mcparmory-google-gmail"
]
}
}
}{
"mcpServers": {
"google-gmail": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mcparmory/google-gmail:1.0.3"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.mcparmory%2Fgoogle-gmail)<a href="https://mcptoplist.com/server/com.mcparmory%2Fgoogle-gmail"><img src="https://mcptoplist.com/badge/com.mcparmory%2Fgoogle-gmail.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
mcparmory
Available versions (2)
| Version | Published |
|---|---|
| 1.0.4 | May 12, 2026 |
| 1.0.3 | May 5, 2026 |
Frequently asked questions
- Who maintains Registry?
- Registry is maintained by mcparmory, which publishes 78 MCP servers (166 total versions) tracked on MCP Toplist.
- Is Registry listed on the Official MCP Registry?
- Yes — Registry is listed on the Official MCP Registry.
- How many versions does Registry have?
- MCP Toplist tracks 2 versions of Registry, most recently published on May 12, 2026.
- Where can I find the source code for Registry?
- The source code for Registry is hosted at github.com/mcparmory/registry.