Skip to main content
Slashy MCP is the bridge between Slashy and your AI tools. Once connected, Claude Code, Claude Desktop, Cursor, and Codex CLI can use Slashy’s tools directly - sending email, prepping meetings, enriching contacts, and scheduling - without switching apps.
The Connect with Slashy approval screen granting an external app access to read and send email, manage calendar, and search the inbox

How it works

Model Context Protocol (MCP) is an open standard for connecting AI assistants to external tools. Slashy runs an MCP server; your AI client talks to it over HTTP with OAuth 2.1 + PKCE. You log in once through your browser - no API keys, no config files with secrets.
┌─────────────┐   MCP over HTTP   ┌──────────────┐
│ Claude /    │ ◀────────────────▶│ Slashy MCP   │
│ Cursor /    │                   │ server       │
│ Codex       │                   │              │
└─────────────┘                   └──────┬───────┘

                                  ┌──────▼──────┐
                                  │   Slashy    │
                                  │  (your acct)│
                                  └─────────────┘

What you can do

  • Email - draft, send, reply, schedule, label, attach files from Drive
  • Calendar - create events, check availability, propose meeting times
  • Research - enrich contacts with LinkedIn, company news, email history
  • Meeting prep - pull attendee profiles + past thread context
  • Automations - create reminders, triggers, scheduled workflows

Supported clients

Claude Code

Terminal CLI. One claude mcp add command.

Claude Desktop

Mac/Windows app. Visual Connectors panel.

Cursor

AI code editor. JSON config.

Codex CLI

OpenAI’s CLI. TOML config.

Security

  • OAuth 2.1 with PKCE - industry standard, no static tokens
  • Short-lived access tokens - refresh automatically in the background
  • Scoped to your Slashy account - tools respect the same permissions as Slashy itself
  • Revoke any time - disconnect from your Slashy account settings

Learn more

Overview & prerequisites

What Slashy MCP is and what you need before setup.

Using Slashy MCP

Ready-made prompts for email, calendar, and research.

Claude Skills

Turn Slashy workflows into one-word triggers.

Troubleshooting

Fixes for OAuth, missing tools, and wrong accounts.