Use the Model Context Protocol (MCP) to make all available open source tools and components accessible to your AI agent.
Perform complex tasks through natural language - no technical expertise required.
Use the following URL to connect your AI agent to Open Source Cloud:
https://ai.svc.prod.osaas.io/mcpThis endpoint provides access to all essential MCP tools.
Access the complete catalog of 500+ open source tools and components available on OSC.
Perform complex tasks through plain language descriptions without requiring technical expertise.
Authenticate once through the OSC web interface and your AI agent handles the rest.
Works with Claude Desktop, Claude Code, VS Code, Codex, and other MCP-compatible tools.
Choose your preferred AI tool and follow the setup instructions below.
Connect OSC to Claude Desktop app for a seamless AI assistant experience.
Connect OSC with Claude Code CLI for terminal-based AI assistance.
Add the MCP server:
$ claude mcp add --transport http osc https://ai.svc.prod.osaas.io/mcpStart Claude Code:
$ claudeConnect to the MCP:
> /mcp oscIf browser authentication fails, use a personal access token from Settings/API:
{
"mcpServers": {
"osc": {
"type": "http",
"url": "https://ai.svc.prod.osaas.io/mcp",
"headers": {
"Authorization": "Bearer <personal-access-token>"
}
}
}
}Integrate OSC tools directly into your VS Code development environment.
Connect Codex to leverage OSC tools in your development workflow.
experimental_use_rcmp_client = true
[mcp_servers.osc]
url = "https://ai.svc.prod.osaas.io/mcp"
bearer_token = "<replace_with_your_personal_access_token>"Get your personal access token from the OSC Settings/API page.
All platforms require OSC account authorization before your AI agent can execute actions on your behalf. Sign up for a free account to get started.
Create Free AccountConnect to Open Source Cloud today and unlock the full potential of open source media tools with your favorite AI assistant.