OpenWork is the desktop app that lets you use 50+ LLMs, bring your own keys, and share your setups seamlessly with your team.
Skills and MCPs move in as-is — same SKILL.md format, same server URLs. Share once, and your whole team runs them in OpenWork — or from their own agent.
Setup-only for Cursor Web/Agents with its HTTPS OAuth callback. Cursor Desktop OAuth uses cursor://anysphere.cursor-mcp/oauth/callback, which OpenWork's MCP profile intentionally rejects.
https://api.openworklabs.com/mcp/agentWorks with your OpenWork account — create one free.
Add OpenWork once, then sign in with Codex's MCP login command.
codex mcp add openwork --url https://api.openworklabs.com/mcp/agentcodex mcp login openworkcodex mcp logout openwork
codex mcp login openworkWorks with your OpenWork account — create one free.
Open ChatGPT Settings > MCP servers, paste this URL, then start OAuth from ChatGPT's connection prompt.
https://api.openworklabs.com/mcp/agentWorks with your OpenWork account — create one free.
Add the remote HTTP server, then use /mcp in Claude Code and follow the client auth flow.
claude mcp add --transport http openwork https://api.openworklabs.com/mcp/agentWorks with your OpenWork account — create one free.
Add this remote MCP server entry to your OpenCode config, then authenticate.
{
"mcp": {
"openwork": {
"type": "remote",
"enabled": true,
"url": "https://api.openworklabs.com/mcp/agent",
"oauth": {}
}
}
}opencode mcp auth openworkopencode mcp logout openwork
opencode mcp auth openworkWorks with your OpenWork account — create one free.
Run this from a shell with the VS Code CLI on your path, then start OAuth from VS Code's MCP server prompt.
code --add-mcp '{"name":"openwork","type":"http","url":"https://api.openworklabs.com/mcp/agent"}'Works with your OpenWork account — create one free.
Paste this URL only into clients that support remote Streamable HTTP MCP servers and OAuth.
https://api.openworklabs.com/mcp/agentUse this URL only with MCP clients that support remote Streamable HTTP servers with OAuth.
Works with your OpenWork account — create one free.
https://api.openworklabs.com/mcp/agentVerified in OpenCode. Codex and other setup guides require remote Streamable HTTP MCP and OAuth support — your agent signs in with your OpenWork account, and access is scoped by org membership, roles, policies, and exposure allowlists.
Read the docs