WorkerKit MCP Server

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, and start/stop 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