MCP Integration

Installation

Install the plugin in Claude Code, Claude Desktop, Codex CLI or Codex Desktop, step by step.

The tonder-web-sdk plugin installs from the GitHub repository marketplace (tonderio/tonder-ai-integrations) on any of the four supported hosts. The tonder-docs MCP server comes bundled and runs locally with Node.js — nothing else to install, no credentials to configure.

Add the Tonder marketplace

claude plugin marketplace add tonderio/tonder-ai-integrations

Install the plugin

claude plugin install tonder-web-sdk@tonder-ai-integrations

This installs the plugin for Claude Code (it is not the same as manually uploading a plugin through Claude Desktop).

Open the plugin settings

Open Settings → Plugins.

Add the marketplace

Select Add → Add marketplace and choose Add from repository. Enter:

https://github.com/tonderio/tonder-ai-integrations

Sync and install

Synchronize the marketplace, open the Code marketplace tab, and install Tonder Web SDK.

If repository marketplace sync is unavailable in your Claude Desktop build, download the .plugin file from the GitHub release and upload it through Add → Upload plugin.

Add the Tonder marketplace

codex plugin marketplace add tonderio/tonder-ai-integrations --ref main

Install the plugin

codex plugin add tonder-web-sdk@tonder-ai-integrations

Open the plugin marketplace

Open Plugins → Add marketplace.

Configure the origin

Set Origin to:

https://github.com/tonderio/tonder-ai-integrations

Set Git ref to main and leave Sparse paths empty (unless your Codex build explicitly requires otherwise).

Add and install

Add the marketplace and install Tonder Web SDK from Tonder AI Integrations.

Restart the thread

Start a new Codex thread after installation so the plugin becomes active.

Requirement: Node.js installed on your machine. The bundled tonder-docs MCP runs locally over stdio — it opens no ports, never calls the Tonder backend, and needs no API keys to install or to serve documentation.

Next steps

Was this page helpful?

On this page