Integrate Anywhere

SwiftyClip is more than a Mac app; it's an on-device video intelligence engine. It ships with a built-in server that speaks the Multi-purpose Agent-Computer Protocol (MCP), an open standard for AI agents to interact with local tools. This lets you control SwiftyClip from your favorite coding assistant, editor, or CLI.

Claude Code

The premier coding assistant from Anthropic.

mcp install --stdio swiftyclip-agent

Cursor

The AI-first code editor.

// Add to .cursor/settings.json
{
  "mcp.agents": [
    { "name": "swiftyclip", "path": "~/.mcp/agents/swiftyclip-agent" }
  ]
}

ChatGPT Codex CLI

OpenAI's original code generation model, in your terminal.

# Add to ~/.codex/config.mjs
export default {
  mcp: {
    agents: {
      swiftyclip: "~/.mcp/agents/swiftyclip-agent"
    }
  }
}

OpenClaw

The open-source agent for web-scale data extraction.

# Add to openclaw-config.yaml
agents:
  - name: swiftyclip
    uri: file://~/.mcp/agents/swiftyclip-agent

Raycast

Coming Soon

The beloved macOS command bar and launcher.

Control SwiftyClip from anywhere on your Mac.

Apple Shortcuts

Coming Soon

Automate tasks across your Apple devices.

swiftyclip://create?url=...&prompt=...