
UnClick
Wire one MCP server into Claude Code or Cursor so your agent can call dozens of third-party actions (social, shop, books, messaging) without you maintaining separate integrations.
Overview
UnClick MCP Server is a Build-phase MCP server that connects coding agents to UnClick’s 60+ tool marketplace for social, e-commerce, accounting, and messaging actions.
What is this MCP server?
- Marketplace-style MCP exposing 60+ tools across social, e-commerce, accounting, and messaging
- stdio transport via npx @unclick/mcp-server (v0.2.3)
- Requires UNCLICK_API_KEY from unclick.world
- Backed by UnClick’s agent-native endpoint ecosystem on GitHub
- Single registration pattern instead of juggling many one-off MCP servers
- 60+ tools in marketplace (per server manifest)
- Package @unclick/mcp-server v0.2.3
- Required secret: UNCLICK_API_KEY
Community signal: 4 GitHub stars.
What problem does it solve?
Indie builders waste days stitching one MCP or REST wrapper per vendor when their agent just needs reliable, diverse callable tools.
Who is it for?
Agent-heavy SaaS or internal tools where you want many third-party actions available during development without maintaining dozens of MCP repos.
Skip if: Teams that need only one public dataset or a single API with no UnClick account and no interest in a paid marketplace key.
What do I get? / Deliverables
After you add the server and API key, your agent can reach a broad tool catalog through one MCP registration instead of many custom integrations.
- stdio MCP connection to 60+ marketplace tools
- Agent-invokable social, commerce, accounting, and messaging actions
- Centralized UnClick authentication for tool calls
Recommended MCP Servers
Journey fit
The canonical shelf is Build because the value is equipping coding agents with executable tools during product construction, not a single launch or ops workflow. agent-tooling fits a curated marketplace whose purpose is expanding what the agent can do in-session, beyond raw codegen.
How it compares
Curated multi-tool MCP marketplace, not a single-purpose agent skill or static skills.sh bundle.
Common Questions / FAQ
Who is UnClick MCP Server for?
Solo builders and small teams using Claude Code, Cursor, or Codex who want one MCP entry to unlock many agent tools for social, commerce, accounting, and chat workflows.
When should I use UnClick MCP Server?
Use it during the Build phase when you are wiring agent-tooling and need marketplace breadth instead of hand-rolling each integration.
How do I add UnClick MCP Server to my agent?
Register the stdio server with npx @unclick/mcp-server, set the UNCLICK_API_KEY environment variable from https://unclick.world, and point your MCP-compatible client at that command.