UnClick
AI agent tool marketplace with 60+ tools - developer utilities, social media, e-commerce, and finance. Zero dependencies, all native fetch.
@unclick/mcp-server
The app store for AI agents. unclick.world
450+ callable endpoints across 172+ tools, 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
| Tool | What it does |
|---|---|
unclick_search | Search the catalog by keyword or category |
unclick_tool_info | Get the full schema and parameters for a specific tool |
unclick_call | Call 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
- Node.js 18+
- An API key from unclick.world
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.
Server Terkait
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
UnrealMCP Plugin
An unofficial MCP server plugin for remote control of Unreal Engine using AI tools.
XAIP
Give AI agents a persistent on-chain identity on XRPL — DIDs, credentials, reputation scores, escrow, and Memory Chain.
Project Atlantis
A Python MCP host server that allows for dynamic installation of functions and third-party MCP tools.
Mobile Next
A platform-agnostic server for scalable mobile automation and development across iOS, Android, simulators, and emulators.
MCP Proxy
A bidirectional MCP proxy connecting stdio and Server-Sent Events (SSE) with OAuth support.
Stock Ticker MCP Server
A demo MCP server that provides rude responses to stock queries.
AWS CodePipeline MCP Server
Integrates with AWS CodePipeline to manage continuous integration and delivery pipelines.
MCP Node.js Debugger
Provides runtime debugging access to Node.js applications for code editors like Cursor or Claude Code.
Claude Code MCP
Orchestrates multiple Claude Code agents across iTerm2 sessions, providing centralized management and inter-agent communication.
MCPAgent
An intelligent agent framework based on MCP, supporting multiple large language models and tool integrations for testing single-agent effectiveness.