> ## Documentation Index
> Fetch the complete documentation index at: https://help.slashy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Slashy MCP

> Bring Slashy's email, calendar, and research tools into Claude, Cursor, and Codex via Model Context Protocol.

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.

<Frame>
  <img src="https://mintcdn.com/karvixinc/Cf5d-qp20wjPdVvk/images/mcp/claude-code-oauth.png?fit=max&auto=format&n=Cf5d-qp20wjPdVvk&q=85&s=4bcc60ccbcf429836e1658b48c39fb16" alt="The Connect with Slashy approval screen granting an external app access to read and send email, manage calendar, and search the inbox" width="1376" height="1402" data-path="images/mcp/claude-code-oauth.png" />
</Frame>

## 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

<CardGroup cols={2}>
  <Card title="Claude Code" icon="terminal" href="/how-to-guides/slashy-mcp-claude-code">
    Terminal CLI. One `claude mcp add` command.
  </Card>

  <Card title="Claude Desktop" icon="desktop" href="/how-to-guides/slashy-mcp-claude-desktop">
    Mac/Windows app. Visual Connectors panel.
  </Card>

  <Card title="Cursor" icon="code" href="/how-to-guides/slashy-mcp-cursor">
    AI code editor. JSON config.
  </Card>

  <Card title="Codex CLI" icon="square-terminal" href="/how-to-guides/slashy-mcp-codex-cli">
    OpenAI's CLI. TOML config.
  </Card>

  <Card title="Notion" icon="book" href="/how-to-guides/slashy-mcp-notion">
    Notion custom agent. Custom connector.
  </Card>
</CardGroup>

## 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

<CardGroup cols={2}>
  <Card title="Overview & prerequisites" icon="book" href="/how-to-guides/slashy-mcp-overview">
    What Slashy MCP is and what you need before setup.
  </Card>

  <Card title="Using Slashy MCP" icon="play" href="/how-to-guides/slashy-mcp-using">
    Ready-made prompts for email, calendar, and research.
  </Card>

  <Card title="Claude Skills" icon="sparkles" href="/how-to-guides/slashy-mcp-skills">
    Turn Slashy workflows into one-word triggers.
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/how-to-guides/slashy-mcp-troubleshooting">
    Fixes for OAuth, missing tools, and wrong accounts.
  </Card>
</CardGroup>
