Connect Daslab to your AI workspace
Add Daslab as an MCP connector for Claude, Claude Cowork, ChatGPT-compatible hosts, Claude Code, Cursor, Cline, Windsurf, and other MCP clients.
dk_ API key.
Get API key
Set up
Connect Claude or Claude Cowork
Use Claude's custom connector flow, not the claude mcp add command. In Claude, open Customize -> Connectors, click +, choose Add custom connector, and paste this URL:
https://daslab.run/mcp
- 1Add the custom connector URL in Claude or your Claude workspace settings.
- 2Click
Connect, sign into Daslab, and approve access. - 3In a conversation, enable Daslab from
+ -> Connectors.
On Team or Enterprise plans, an Owner can add the connector from organization settings. Leave advanced OAuth client fields blank unless your workspace has a dedicated OAuth client.
Connect ChatGPT-compatible MCP hosts
If your ChatGPT or OpenAI workspace exposes custom MCP connector setup, add a remote MCP connector and paste the hosted Daslab URL:
https://daslab.run/mcp
Daslab advertises hosted MCP OAuth at that endpoint. Your client should open Daslab sign-in, ask for consent, and store the connector token.
If your client asks for JSON or static headers instead of sign-in, use the Static MCP tab with a dk_ API key.
Connect Claude Code
Claude Code uses a static bearer header. Use /mcp for all worlds you can access, or add a readable world/scene path after /mcp to pin one target.
claude mcp add --scope user --transport http daslab https://daslab.run/mcp \ --header "Authorization: Bearer dk_xxxxxxxxxxxx" claude mcp list
claude mcp add --scope user --transport http daslab-acme https://daslab.run/mcp/acme/q4-launch \ --header "Authorization: Bearer dk_xxxxxxxxxxxx"
For the full terminal installer and Claude Code helper command, see Daslab CLI.
Paste MCP JSON
Use this shape for Cursor, Cline, Windsurf, and clients that accept MCP server JSON with static headers.
{
"mcpServers": {
"daslab": {
"type": "http",
"url": "https://daslab.run/mcp",
"headers": {
"Authorization": "Bearer dk_xxxxxxxxxxxx"
}
}
}
}
Readable world/scene endpoints use the same shape: https://daslab.run/mcp/acme/q4-launch.