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.
Use the one-click button, or paste this into ~/.cursor/mcp.json.
{
"mcpServers": {
"openwork": {
"url": "https://api.openworklabs.com/mcp/agent"
}
}
}Works with your OpenWork account — create one free.
Claude Code opens your browser for OAuth, then stores the remote MCP server.
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.
{
"mcp": {
"openwork": {
"type": "remote",
"enabled": true,
"url": "https://api.openworklabs.com/mcp/agent",
"oauth": {}
}
}
}Works with your OpenWork account — create one free.
Run this from a shell with the VS Code CLI on your path.
code --add-mcp '{"name":"openwork","type":"http","url":"https://api.openworklabs.com/mcp/agent"}'Works with your OpenWork account — create one free.
Use install-mcp for another client, or paste the remote server URL directly.
npx install-mcp https://api.openworklabs.com/mcp/agent --client <your-client>You can also paste the URL into any MCP client that supports remote servers with OAuth.
Works with your OpenWork account — create one free.
https://api.openworklabs.com/mcp/agentWorks with any MCP client that supports remote servers with OAuth — your agent signs in with your OpenWork account and only sees what your org shares with them.
Read the docs