DEVELOPER ACCESS

Take your knowledge into your AI client.

Search this library and access your own bookmarks through a scoped MCP connection.

Create token

01 / Choose the permission

knowledge:read

Read public knowledge

bookmarks:read

Read my bookmarks

bookmarks:write

Add to my bookmarks

Scoped, revocable personal access tokens for clients that support an Authorization header. OAuth client authorization is not included in v0.1.

02 / Connect your client

POST https://comfyui.world/mcp
Authorization: Bearer atlas_YOUR_PERSONAL_TOKEN
Content-Type: application/json
Accept: application/json, text/event-stream

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/list"
}

Use a client that supports a custom Bearer header. Initialize through the SDK before using tools. Client configuration formats differ.