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

> What Slashy MCP is, why to use it, and what you need before setup.

Slashy MCP lets your favorite AI tools - Claude Code, Claude Desktop, Cursor, and Codex - use Slashy's email, calendar, and research tools directly. This section walks you through the basics before you pick a client to set up.

<Frame>
  <img src="https://mintcdn.com/karvixinc/Cf5d-qp20wjPdVvk/images/mcp/claude-code-terminal.png?fit=max&auto=format&n=Cf5d-qp20wjPdVvk&q=85&s=c34d85b7732b34b1cf41887c7a2c6737" alt="Terminal running the Slashy MCP add command to register the server with a client" width="1296" height="530" data-path="images/mcp/claude-code-terminal.png" />
</Frame>

## What does Slashy MCP do?

Slashy MCP gives any MCP-compatible AI assistant access to Slashy's toolset:

* **Email automation** - draft, send, reply, schedule, label, and attach files through your Slashy account
* **Calendar automation** - create events, check availability, propose meeting times
* **Contact research** - enrich leads with LinkedIn, company data, and news
* **Meeting prep** - pull attendee profiles and email history
* **Reminders + triggers** - create scheduled workflows from chat

See [Using Slashy MCP](/how-to-guides/slashy-mcp-using) for ready-made example prompts covering each of these.

## Why use it?

* **Work where you already work.** Trigger Slashy actions from Claude, Cursor, or Codex without switching apps.
* **One login.** OAuth 2.1 with PKCE - no API keys to copy, rotate, or leak.
* **Always current.** Tools update automatically on Slashy's side; your client picks them up.

## Prerequisites

Before you start, make sure you have:

* A **Slashy account** signed in with Google. [Sign up at slashy.com](https://slashy.com) if you haven't.
* One of the supported clients installed:
  * Claude Code
  * Claude Desktop
  * Cursor
  * Codex CLI
* A browser available on the same machine (OAuth opens a login window).

<Note>Slashy MCP uses **OAuth 2.1 with PKCE**. You log in through your browser once - no manual tokens, no config files with secrets.</Note>

## How to install

<Steps>
  <Step title="Pick your client">
    Choose the AI tool you want to connect and follow its setup guide. Each takes under a minute.

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

      <Card title="Claude Desktop" icon="desktop" href="/how-to-guides/slashy-mcp-claude-desktop">
        Visual settings panel. No config files.
      </Card>

      <Card title="Claude (web)" icon="globe" href="/how-to-guides/slashy-mcp-claude-web">
        Cloud claude.ai. Custom connector.
      </Card>

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

      <Card title="Codex CLI" icon="square-terminal" href="/how-to-guides/slashy-mcp-codex-cli">
        TOML config in `~/.codex/config.toml`.
      </Card>

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

  <Step title="Install the Slashy skill">
    Add the Slashy [skill / rules file](/how-to-guides/slashy-mcp-skills) to your client so it always reaches for Slashy MCP when you mention email, calendar, research, or scheduling - no more repeating "use Slashy" in every prompt.
  </Step>

  <Step title="Start using it">
    Try a [ready-made prompt](/how-to-guides/slashy-mcp-using) - triage your inbox, draft a reply, prep for tomorrow's meetings, attach a file from Drive, or get Slashy links to open threads in the app.
  </Step>
</Steps>
