UnClick MCP Server
The UnClick MCP Server is an all-in-one AI agent tool marketplace providing access to 450+ callable endpoints across 178+ tools, plus persistent memory and coordination features — all through a single MCP server.
Tool Discovery & Execution
Search (
unclick_search) — find tools by keyword or description (e.g., "resize an image", "parse a CSV")Browse (
unclick_browse) — list tools filtered by category (text, data, media, time, network, generation, storage, platform)Inspect (
unclick_tool_info) — retrieve endpoints, parameters, and response shapes for any toolCall (
unclick_call) — execute any endpoint dynamically (e.g.,image.resize,hash.compute,csv.parse,cron.next, and hundreds more)New tools are picked up automatically — no package updates needed
Persistent Memory
Load context (
get_startup_context/load_memory) — retrieve business rules, session summaries, and key facts at session startSave summaries (
write_session_summary/save_session) — persist decisions, open loops, and topics for cross-session continuityAdd facts (
add_fact/save_fact) — store preferences, decisions, or important info as discrete factsSearch memory (
search_memory) — full-text search across past conversation logs and stored factsSet business context (
set_business_context/save_identity) — store standing rules and preferences always loaded at session startAdvanced memory operations (decay management, code storage, conversation logging) available via
unclick_callwithmemory.<op>endpoints
Coordination (Fishbowl)
Check signals, read/post messages, manage todos (
create_todo,list_todos,complete_todo), and manage ideas (create_idea,vote_on_idea,promote_idea_to_todo)
Tool Categories Include
Text & Data: transform, encode, hash, regex, markdown, diff, JSON, CSV, validate
Media: image processing, QR codes, color utilities
Time & Network: timestamps, cron scheduling, IP lookup, URL shortening
Generation & Utilities: UUID, random data, KV storage, webhooks
Provides tools for interacting with the GitHub REST API, enabling search for repositories, get repo details, list and create issues, list PRs, get user profiles, list gists, and search code.
UnClick MCP server
The app store for AI agents. unclick.world
450+ callable endpoints across 178+ tools, available to any MCP-compatible AI client. New tools ship to the API continuously. Your agent picks them up automatically; no package update is needed.
Install
Using the latest GitHub release (no npm account required):
{
"mcpServers": {
"unclick": {
"command": "npx",
"args": ["-y", "https://github.com/malamutemayhem/unclick/releases/latest/download/unclick.tgz"]
}
}
}Add this to your claude_desktop_config.json (or equivalent for Cursor, Windsurf, etc).
Or install globally from GitHub:
npm install -g https://github.com/malamutemayhem/unclick/releases/latest/download/unclick.tgzRelated MCP server: macinput
Operational Notes
This repo follows the AGENTS.md fence rules for agent work.
Run
For local web development:
npm run devFor the API workspace:
npm run dev:apiTest
Run the main test suite:
npm testRun the production build check:
npm run buildLicense
UnClick uses a split license. The platform (website, API, and hosted backend
and memory services) is AGPL-3.0 (see LICENSE). The npm client
package @unclick/mcp-server stays MIT, and the standalone connector
packages stay Apache-2.0. Full breakdown and reasoning in
LICENSING.md.
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 need to install separate packages for each integration. One server provides access to everything in the catalog.
Tool Surface
UnClick exposes a small direct surface for daily agent workflows, plus hidden internal discovery tools for the full catalog.
Tool group | Tools |
Memory session protocol |
|
Signals and Boardroom coordination |
|
Hidden internal catalog tools |
|
The agent starts with memory, uses direct Boardroom tools for coordination, and can still call the hidden catalog tools by name when it needs dynamic endpoint discovery.
Compatibility and advanced memory operations
Legacy memory names still work as aliases:
get_startup_context->load_memory,write_session_summary->save_session,add_fact->save_fact,set_business_context->save_identity.The remaining memory operations are intentionally not listed in
ListToolsand are called throughunclick_callwithendpoint_id: "memory.<op>"(for examplememory.manage_decay,memory.store_code,memory.log_conversation,memory.supersede_fact,memory.upsert_library_doc).
Requirements
Node.js 18+
An API key from unclick.world
Set your key as an environment variable:
UNCLICK_API_KEY=your_key_hereOr pass it via the MCP config:
{
"mcpServers": {
"unclick": {
"command": "npx",
"args": ["-y", "https://github.com/malamutemayhem/unclick/releases/latest/download/unclick.tgz"],
"env": {
"UNCLICK_API_KEY": "your_key_here"
}
}
}
}More
Full catalog, docs, and API keys at unclick.world.
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/malamutemayhem/unclick'
If you have feedback or need assistance with the MCP directory API, please join our Discord server