All announcements

MCP access is now available on every plan

ExamForge MCP access is now available on every plan: Free, Plus, Pro, and Premium.

Create an API key in Settings and add it to your MCP client configuration. The key is shown only once and cannot be displayed again. If you lose it, revoke it in Settings and issue a new key.

The endpoint is /api/mcp. MCP clients can connect with a Bearer API key. Existing team plan limits and permissions continue to apply. Complete payment authentication in the browser. Incomplete external integrations are outside the scope of this release.

Use it to create and update tests, questions, answers, and hints, and to review responses and analytics for your team. Respect team permissions and plan limits. API keys expire, and the client must support HTTP Bearer authentication.

Connection commands

Replace <YOUR_API_KEY> with the key you issued in Settings.

Claude Code

claude mcp add --transport http examforge https://marubatsu.com/api/mcp --header "Authorization: Bearer <YOUR_API_KEY>"

Codex CLI

Codex stores the environment variable name rather than the token itself, so set the key in your environment first.

export EXAMFORGE_API_KEY=<YOUR_API_KEY>
codex mcp add examforge --url https://marubatsu.com/api/mcp --bearer-token-env-var EXAMFORGE_API_KEY

Confirm the connection with claude mcp list or codex mcp list. Keep the key out of shared shell history and repositories.

Open API key settings