Skip to content

Connect Your Agent

Worktable exposes an MCP endpoint at http://localhost:7480/mcp.

For Claude Code:

Terminal window
claude mcp add --transport http worktable http://localhost:7480/mcp

For other MCP clients, add an HTTP MCP server pointing to:

http://localhost:7480/mcp

If your agent prefers stdio, use the installed CLI:

{
"mcpServers": {
"worktable": {
"command": "worktable",
"args": ["mcp", "stdio"]
}
}
}

Add a short instruction to your agent:

You have a Worktable workspace. Call worktable_state first to orient, then use Worktable docs, widgets, records, and annotations for durable work.