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.
Похожие серверы
Scout Monitoring MCP
спонсорPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
спонсорAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
SR MCP
SR MCP-server: Access Swedish Radio open data. (Sveriges Radio)
Placid.app
Generate images and videos from templates using the Placid.app API.
SVGR
A MCP server that exposes SVGR functionality to convert SVG content into React components
MCP Project Initializer
Automates the setup of new AI-powered MCP server development projects.
Web Accessibility Testing (A11y MCP)
Test web pages and HTML for accessibility issues and WCAG compliance using Axe-core and Puppeteer.
BlenderMCP
Connects Blender to Claude AI via the Model Context Protocol (MCP), enabling direct interaction and control for prompt-assisted 3D modeling, scene creation, and manipulation.
AppControl Windows System History
An MCP server that gives AI agents like Claude, Cursor, and Gemini access to historical Windows CPU, GPU, temperature, and privacy data gathered by the AppControl Windows app.
Unity-MCP
A bridge between the Unity game engine and AI assistants using the Model Context Protocol (MCP).
APIWeaver
Dynamically creates MCP servers from web API configurations, integrating any REST API, GraphQL endpoint, or web service into MCP-compatible tools.
Codelogic
Utilize Codelogic's rich software dependency data in your AI programming assistant.