DEVELOPER ACCESS
Take your knowledge into your AI client.
Search this library and access your own bookmarks through a scoped MCP connection.
Create token01 / Choose the permission
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.