PluginBench
MCP Server

UnClick MCP Server

io.github.malamutemayhem/unclick-mcp-server

What is the UnClick MCP server?

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

How to install UnClick

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • UNCLICK_API_KEY
    required
    secret

    Your UnClick API key from https://unclick.world

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "unclick-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@unclick/mcp-server"
      ],
      "env": {
        "UNCLICK_API_KEY": "<YOUR_UNCLICK_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "unclick-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@unclick/mcp-server"
      ],
      "env": {
        "UNCLICK_API_KEY": "<YOUR_UNCLICK_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "unclick-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@unclick/mcp-server"
      ],
      "env": {
        "UNCLICK_API_KEY": "<YOUR_UNCLICK_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "unclick-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@unclick/mcp-server"
      ],
      "env": {
        "UNCLICK_API_KEY": "<YOUR_UNCLICK_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add unclick-mcp-server --env UNCLICK_API_KEY=<YOUR_UNCLICK_API_KEY> -- npx -y @unclick/mcp-server

Related MCP servers

Australian Business Number lookup and business name search. By UnClick.

View repository →

Real-time Australian electricity spot prices and renewables data from Amber Electric. By UnClick.

View repository →

Australia Post parcel tracking, postcode lookup, and delivery times. By UnClick.

View repository →

BoardGameGeek search, game details, rankings, and collections. By UnClick.

View repository →

Chess.com player profiles, stats, games, puzzles, and leaderboards. No API key. By UnClick.

View repository →

CoinGecko tools for crypto, coingecko, bitcoin by UnClick.

View repository →