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-plugin2. Install the plugin
/plugin install oratora@oratoraOnce 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
-
Create an API key for your Oratora account.
-
Export it so Claude Code can use it:
export ORATORA_API_KEY="or_live_xxxxxxxx" -
Run
/oratora:setupand let it verify the connection.
What's inside
- MCP server (
@oratora/mcp) — tools that talk to the Oratora API. See Configure the MCP server. - Skills —
create-form,create-quiz,manage-engagement(invoked automatically as you describe what you want). - Command —
/oratora:setupto connect your account.
Once installed and connected, just ask Claude Code for what you want — see example prompts.