Add aardvark to Claude

Install the aardvark plugin and Claude can search and read these docs directly in your chats — answering questions with accurate, cited, up-to-date content instead of guessing. The plugin bundles the documentation skill (so Claude knows how to search and read this site) and its MCP server for live search and fetch.

Claude Desktop, claude.ai & Cowork

Works in chat on the web, the Claude desktop app, and Cowork (Free, Pro and Max).

  1. Download the plugin: Download plugin
  2. Open Customize → Plugins; under Personal plugins click + and choose to upload a custom plugin file.
  3. Select the downloaded aardvark-docs-plugin.zip and install it.
  4. Enable the plugin — its skill and MCP server are then available in your chats.

The bundled MCP server runs over the public internet (Claude reaches it from Anthropic's servers), so it needs the deployed site.

Claude Code (terminal)

One command (MCP server): add the hosted marketplace and install:

/plugin marketplace add https://aardvarkdocs.com/.well-known/claude-plugin/marketplace.json
/plugin install aardvark-docs@aardvark-docs

Full plugin (skill + MCP server): download the marketplace bundle, unzip it, then add it as a local marketplace:

Download marketplace bundle

/plugin marketplace add ./aardvark-docs-marketplace
/plugin install aardvark-docs@aardvark-docs

MCP server only:

claude mcp add --transport http aardvark https://aardvarkdocs.com/mcp