Integrations
Sprites can be used through the hosted MCP server, a client plugin, an SDK adapter, or a platform’s sandbox backend. Choose the path that matches where your agent already runs.
Which guide should I use?
Section titled “Which guide should I use?”- I use a coding agent already. Find your client in Agent plugins, or go directly to Cortex Code.
- I’m building an agent application. Choose an adapter in SDKs and frameworks.
- I want to connect Claude or deploy QM with Sprites. Start with Platform integrations.
- My client supports MCP but isn’t listed here. See Remote MCP Server for the direct connection URL and authentication requirements.
Agent clients and plugins
Section titled “Agent clients and plugins”These plugins connect a coding agent to Sprites. Most use the hosted MCP server and browser OAuth; Pi uses a Sprites API token, while Herdr uses the authenticated Sprites CLI.
| Integration | Connection | Setup |
|---|---|---|
| Codex | Plugin + hosted MCP | Agent plugins |
| Cursor | Marketplace plugin + hosted MCP | Agent plugins |
| Antigravity | Git-installed plugin + hosted MCP | Agent plugins |
| Grok Build | Git-installed plugin + hosted MCP | Agent plugins |
| Cortex Code | Git-installed plugin + hosted MCP | Cortex Code guide |
| DeepSeek Harness | GitHub bundle + local OAuth bridge | Agent plugins |
| OpenCode | Source-installed plugin + hosted MCP | Agent plugins |
| Pi | Git-installed extension + Sprites API | Agent plugins |
| Herdr | Agent pane plugin + Sprites CLI | Agent plugins |
SDKs and frameworks
Section titled “SDKs and frameworks”Use these adapters when your application owns the agent loop and needs to create or reuse Sprites programmatically.
| Integration | Language | Setup |
|---|---|---|
| Hugging Face OpenEnv | Python | SDKs and frameworks |
| Google Agent Development Kit (ADK) | Python | SDKs and frameworks |
| OpenAI Agents SDK | Python | SDKs and frameworks |
| OpenRouter Agent SDK | TypeScript | SDKs and frameworks |
| TanStack AI | TypeScript | SDKs and frameworks |
Platform integrations
Section titled “Platform integrations”| Integration | What it provides | Setup |
|---|---|---|
| Anthropic Connectors Directory | A hosted Sprites connector for Claude | Platform integrations |
| Claude Managed Agents | A self-hosted sandbox worker backed by Sprites | Claude Managed Agents guide |
| Mistral AI | MCP connector setup reference for Mistral Studio | Remote MCP Server |
| QM by Y Combinator | A Sprites sandbox backend in a QM deployment | Platform integrations |
MCP directories
Section titled “MCP directories”The Sprites remote MCP server is published as dev.sprites/mcp in the official MCP registry and has a Smithery listing.
See Registry and discovery for listing links and the differences between their connection flows.