Skip to main content

buttons mcp

Run an MCP server over stdio (expose buttons to agents)

Synopsis

Start a Model Context Protocol server on stdio so an agent (e.g. Claude Code) can discover and press buttons as tools. Uses a thin meta-tool surface — buttons_list, buttons_press, buttons_inspect (and buttons_create with —allow-create) — instead of one tool per button, so large button sets don’t degrade the MCP client. Security:
stdout carries only protocol messages; logs go to stderr. Register with an agent, e.g. Claude Code:

Options

Options inherited from parent commands

SEE ALSO

  • buttons - Deterministic workflow engine for agents