Connect Claude Code through Swytchcode

Swytchcode works with the LLM and framework your team prefers. This guide covers the setup for one of them.

4

Quickstart steps

1

Standard MCP path

100%

Agent tool discovery

Safe

Execution boundary

CLI

Ship in one command.

Pull the manifest, set your policy, execute. No SDK sprawl, no boilerplate. Just the tool you need, right now.

swytchcode install && swytchcode login && swytchcode get github && swytchcode mcp serve --claude

How it connects

Connect Claude in minutes

Follow these steps to connect your agent, load a toolkit, and start executing tools through Swytchcode.

  1. 1

    Install the CLI

    Install Swytchcode so Claude Code can use a shared execution runtime.

    npm install -g swytchcode
  2. 2

    Sign in

    Authenticate your session so the CLI can fetch tool manifests.

    swytchcode login
  3. 3

    Fetch a toolkit

    Load the services Claude will call, like GitHub.

    swytchcode get github
  4. 4

    Start MCP for Claude

    Run the MCP server and connect Claude Code through the standard transport.

    swytchcode mcp serve --claude
  5. 5

    Ask Claude to use the tools

    Use a prompt that relies on tool execution instead of direct API calls.

    Find my open GitHub pull requests and summarize the changes.

Works with

APIs your team already uses

GitHub
Stripe

Ready to ship claude integrations?

Install the CLI and pull your first manifest in under a minute. No account required.