The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Outset listing page.
Connect AI agents to Outset — the AI-moderated research platform — via the Model Context Protocol.
The Outset MCP server is remote: there is nothing to install or run. Point your MCP client at the endpoint below and log in with your Outset account.
Settings → Connectors → Add custom connector, name it Outset, paste https://api.outset.ai/mcp/, then Connect to go through the OAuth consent flow. (Custom connectors require a Pro, Max, Team, or Enterprise plan.)
Or install as a plugin from this repo:
Or Settings → MCP → Add Server and paste the URL — Cursor handles registration and OAuth automatically.
Enable Developer Mode under Settings → Apps & Connectors → Advanced settings, then Create a connector with https://api.outset.ai/mcp/ as the MCP server URL and OAuth as the auth method.
Add to ~/.codex/config.toml (or .codex/config.toml in your project):
Then authenticate with:
Any MCP client that supports remote servers (Streamable HTTP + OAuth) works. For stdio-only clients, bridge with mcp-remote:
To explore the tool list interactively:
studies:launch scope)The live tools/list response is the source of truth — new tools ship regularly. Scopes and org roles are enforced server-side; see the integration guide for the full scope table.
Manifests for agent directories and marketplaces — the server itself is not here (it's remote):
| File | Purpose |
|---|---|
.claude-plugin/plugin.json + .mcp.json | Claude Code plugin wrapping the remote server |
.claude-plugin/marketplace.json | Makes this repo installable as a Claude Code plugin marketplace |
.cursor-plugin/marketplace.json | Same, for Cursor's plugin system |
gemini-extension.json | Gemini CLI extension (gemini extensions install <repo url>) |
server.json | Manifest for the official MCP registry |