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.
İlgili Sunucular
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
Ant Design Components
Provides Ant Design component documentation to large language models (LLMs), allowing them to explore and understand the components.
Buildable
Official MCP server for Buildable AI-powered development platform. Enables AI assistants to manage tasks, track progress, get project context, and collaborate with humans on software projects.
Unity Editor MCP
Enables AI assistants to interact directly with the Unity Editor for AI-assisted game development and automation.
cesium-mcp
AI-powered CesiumJS 3D globe control — 43 tools for camera, entities, layers, animation, and interaction via MCP protocol. Also available as a remote server via Streamable HTTP.
Compute MCP
An MCP server for evaluating arithmetic expressions using a Pratt parser in Rust.
MCP HAR Server
Parses HAR (HTTP Archive) files and displays requests in a simplified format for AI assistants.
Qwen-Agent
A framework for developing LLM applications with capabilities like tool usage, planning, and memory, based on the Qwen model.
Fossil MCP
The code quality toolkit for the vibe coding era.
Windows CLI
MCP server for secure command-line interactions on Windows systems, enabling controlled access to PowerShell, CMD, and Git Bash shells.
GoMCP
A Go library for building clients and servers using the Model Context Protocol (MCP).