MCP Hub
Back to servers

UnClick

AI agent tool marketplace. 60+ tools for social, e-commerce, accounting, and messaging.

Registry
Updated
Apr 10, 2026

Quick Install

npx -y @unclick/mcp-server

@unclick/mcp-server

The app store for AI agents. unclick.world

~450 callable endpoints across ~60-70 integrations, available to any MCP-compatible AI client. New tools ship to the API continuously. Your agent picks them up automatically, no package update needed.

Install

npx (no install required):

{
  "mcpServers": {
    "unclick": {
      "command": "npx",
      "args": ["@unclick/mcp-server"]
    }
  }
}

Add that to your claude_desktop_config.json (or equivalent for Cursor, Windsurf, etc).

Or install globally:

npm install -g @unclick/mcp-server

What it does

Gives your agent access to a growing catalog of tools across developer utilities, social media, e-commerce, finance, messaging, media, security, and more. You don't install separate packages per integration. One server, everything in the catalog.

The 3 tools

ToolWhat it does
unclick_searchSearch the catalog by keyword or category
unclick_tool_infoGet the full schema and parameters for a specific tool
unclick_callCall any tool in the catalog

The agent searches for what it needs, checks the schema, then calls it. Discovery is built into the workflow.

Requirements

Set your key as an environment variable:

UNCLICK_API_KEY=your_key_here

Or pass it via the MCP config:

{
  "mcpServers": {
    "unclick": {
      "command": "npx",
      "args": ["@unclick/mcp-server"],
      "env": {
        "UNCLICK_API_KEY": "your_key_here"
      }
    }
  }
}

More

Full catalog, docs, and API keys at unclick.world.

Reviews

No reviews yet

Sign in to write a review