OratoraDocs
Claude Code & MCP

Install the plugin

Add the Oratora marketplace and install the Claude Code plugin.

The Oratora plugin lets you create forms, surveys, quizzes and live games in your Oratora account in plain language, from your terminal.

1. Add the marketplace

Oratora publishes its plugin through its own Claude Code plugin marketplace. In Claude Code, run:

/plugin marketplace add oratora/claude-plugin

2. Install the plugin

/plugin install oratora@oratora

Once the plugin is listed in Anthropic's community marketplace, you'll also be able to install it with /plugin marketplace add anthropics/claude-plugins-community followed by /plugin install oratora@claude-community.

3. Connect your account

  1. Create an API key for your Oratora account.

  2. Export it so Claude Code can use it:

    export ORATORA_API_KEY="or_live_xxxxxxxx"
  3. Run /oratora:setup and let it verify the connection.

What's inside

  • MCP server (@oratora/mcp) — tools that talk to the Oratora API. See Configure the MCP server.
  • Skillscreate-form, create-quiz, manage-engagement (invoked automatically as you describe what you want).
  • Command/oratora:setup to connect your account.

Once installed and connected, just ask Claude Code for what you want — see example prompts.

On this page