Agentic Gmail triage: classify, summarize, extract tasks, draft replies. Never sends.
claude mcp add inbox-to-action -- uvx inbox-to-action
claude_desktop_config.json
{
"mcpServers": {
"inbox-to-action": {
"command": "uvx",
"args": [
"inbox-to-action"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"inbox-to-action": {
"command": "uvx",
"args": [
"inbox-to-action"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"inbox-to-action": {
"command": "uvx",
"args": [
"inbox-to-action"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"inbox-to-action": {
"type": "stdio",
"command": "uvx",
"args": [
"inbox-to-action"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"inbox-to-action": {
"command": "uvx",
"args": [
"inbox-to-action"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.tarunlnmiit--inbox-to-action/reviews or the review_server meta-tool.
POST /mcp