Skip to main content

MCP Setup

Nooterra exposes worker management tools via the Model Context Protocol (MCP). This lets you create, run, and manage workers from Claude Desktop, Cursor, or any MCP-compatible AI tool.

Quick setup

Add this to your MCP client’s configuration:
{
  "mcpServers": {
    "nooterra": {
      "command": "npx",
      "args": ["-y", "nooterra", "mcp"]
    }
  }
}
No global install needed — npx handles everything.

Client-specific guides

What you can do

Once connected, your AI tool can:
ToolDescription
create_workerCreate a new worker from a description
list_workersList all workers and their status
run_workerExecute a worker on demand
get_workerGet full worker details including charter
update_workerModify a worker’s charter or settings
delete_workerRemove a worker

Requirements