MCP Server
Active
MIT
io.github.tarunlnmiit/inbox-to-action MCP Server
io.github.tarunlnmiit/inbox-to-action
What is the io.github.tarunlnmiit/inbox-to-action MCP server?
Agentic Gmail triage: classify, summarize, extract tasks, draft replies. Never sends.
How to install io.github.tarunlnmiit/inbox-to-action
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"inbox-to-action": {
"command": "python",
"args": [
"inbox-to-action",
"mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"inbox-to-action": {
"command": "python",
"args": [
"inbox-to-action",
"mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"inbox-to-action": {
"command": "python",
"args": [
"inbox-to-action",
"mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"inbox-to-action": {
"type": "stdio",
"command": "python",
"args": [
"inbox-to-action",
"mcp"
]
}
}
}Claude Code
claude mcp add inbox-to-action -- python inbox-to-action mcpRelated MCP servers
AI job agent that scans 130+ careers pages, scores roles against your resume, and drafts applications—never applies without you.
198
View repository →Python
MIT