> ## Documentation Index
> Fetch the complete documentation index at: https://e2b-mintlify-changelog-1777288200.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Examples

> Example projects using MCP servers in E2B sandboxes

<CardGroup cols={3}>
  <Card title="Claude Code" icon="terminal" href="https://github.com/e2b-dev/e2b-cookbook/tree/main/examples/mcp-claude-code-js">
    Claude Code with MCP integration
  </Card>

  <Card title="Browserbase" icon="browser" href="https://github.com/e2b-dev/e2b-cookbook/tree/main/examples/mcp-browserbase-js">
    Web automation agent with Browserbase
  </Card>

  <Card title="Groq + Exa" icon="sparkles" href="https://github.com/e2b-dev/e2b-cookbook/tree/main/examples/mcp-groq-exa-js">
    AI research using Groq and Exa
  </Card>

  <Card title="Research agent" icon="magnifying-glass" href="https://github.com/e2b-dev/e2b-cookbook/tree/main/examples/mcp-research-agent-js">
    Research Agent using the OpenAI Agents framework
  </Card>

  <Card title="MCP client" icon="plug" href="https://github.com/e2b-dev/e2b-cookbook/tree/main/examples/mcp-client-js">
    Basic MCP client connecting to an E2B Sandbox
  </Card>

  <Card title="Custom MCP server" icon="server" href="https://github.com/e2b-dev/e2b-cookbook/tree/main/examples/mcp-custom-server-js">
    Use custom MCP servers installed from GitHub
  </Card>

  <Card title="Custom template" icon="box" href="https://github.com/e2b-dev/e2b-cookbook/tree/main/examples/mcp-custom-template-js">
    Create a custom E2B Sandbox with pre-installed MCP servers
  </Card>
</CardGroup>
