Skip to content
Cursor

inbox to action for Cursor

io.github.tarunlnmiit/inbox-to-action

Agentic Gmail triage: classify, summarize, extract tasks, draft replies. Never sends.

client:Cursor transport:stdio runtime:pypi

Install inbox to action in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "inbox-to-action": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "inbox-to-action"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

inbox to action in other clients