inbox-to-action-mcp
Rank #14,959io.github.tarunlnmiit/inbox-to-action
Agentic Gmail triage: classify, summarize, extract tasks, draft replies. Never sends.
inbox-to-action-mcp is a Model Context Protocol (MCP) server published by tarunlnmiit. It ranks #14,959 of 103,541 servers tracked on MCP Toplist. inbox-to-action-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jul 2, 2026 and most recently updated on Jul 5, 2026.
Ranks ahead of 88,582 of 103,541 servers on MCP Toplist.
Use inbox-to-action-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add inbox-to-action -- uvx inbox-to-action mcp[mcp_servers.inbox-to-action]
command = "uvx"
args = ["inbox-to-action", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"inbox-to-action": {
"command": "uvx",
"args": [
"inbox-to-action",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"inbox-to-action": {
"command": "uvx",
"args": [
"inbox-to-action",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"inbox-to-action": {
"type": "stdio",
"command": "uvx",
"args": [
"inbox-to-action",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"inbox-to-action": {
"command": "uvx",
"args": [
"inbox-to-action",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"inbox-to-action": {
"command": "uvx",
"args": [
"inbox-to-action",
"mcp"
]
}
}
}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/io.github.tarunlnmiit%2Finbox-to-action)<a href="https://mcptoplist.com/server/io.github.tarunlnmiit%2Finbox-to-action"><img src="https://mcptoplist.com/badge/io.github.tarunlnmiit%2Finbox-to-action.svg" alt="MCP Toplist: Top 25% of 103,541" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
tarunlnmiit
Other servers by tarunlnmiit
View all tarunlnmiit servers →Available versions (1)
| Version | Published |
|---|---|
| 0.2.10 | Jul 5, 2026 |
Frequently asked questions
- Who maintains inbox-to-action-mcp?
- inbox-to-action-mcp is maintained by tarunlnmiit, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is inbox-to-action-mcp listed on the Official MCP Registry?
- Yes — inbox-to-action-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does inbox-to-action-mcp have?
- MCP Toplist tracks 1 version of inbox-to-action-mcp, most recently published on Jul 5, 2026.
- Where can I find the source code for inbox-to-action-mcp?
- The source code for inbox-to-action-mcp is hosted at github.com/tarunlnmiit/inbox-to-action.