WorkerKit Directory

WorkerKit Directory는 https://mcp.workerkit.ai에서 제공되는 원격 MCP 서버입니다. 실행 준비가 된 AI 워커들. 키트를 선택하고, 요청하는 앱을 연결하면, 첫 실행부터 규칙이 적용된 상태로 작업을 시작합니다.

문서

Two MCP servers for WorkerKit, served over Streamable HTTP.

Workers management (authenticated)

Manage your AI worker fleet: list workers with live run state, trigger and watch runs, curate memory (rules & facts), manage schedules and instructions, start/stop workers, and install kits from the public directory as new workers.

https://mcp.workerkit.ai/workers

Authentication: connect via OAuth from your MCP client, or send a WorkerKit manager key directly as Authorization: Bearer pe_mgr_…. An account admin mints manager keys under Fleet access.

Kits directory (public, no auth)

Browse and search the public WorkerKit kits directory — pre-built AI workers with pre-scoped app permissions: search by job, app, category or model, inspect a kit's permissions and instruction, and get its install page.

https://mcp.workerkit.ai/directory

Claude Code

claude mcp add --transport http workerkit https://mcp.workerkit.ai/workers
claude mcp add --transport http workerkit-directory https://mcp.workerkit.ai/directory

Kit creation (/studio) is a planned sibling on this host. © WorkerKit.ai