UnClick
Rank #17,436io.github.malamutemayhem/unclick-mcp-server
AI agent tool marketplace. 60+ tools for social, e-commerce, accounting, and messaging.
UnClick is a Model Context Protocol (MCP) server published by malamutemayhem. It ranks #17,436 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. UnClick is listed across 3 registries — Official MCP, Glama and PulseMCP, with 3 tracked versions. It was first listed on Apr 6, 2026 and most recently updated on Apr 9, 2026.
Ranks ahead of 98,024 of 115,460 servers on MCP Toplist.
Use UnClick
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add unclick-mcp-server -e "UNCLICK_API_KEY=<your UNCLICK_API_KEY>" -- npx -y @unclick/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.unclick-mcp-server]
command = "npx"
args = ["-y", "@unclick/mcp-server"]
[mcp_servers.unclick-mcp-server.env]
UNCLICK_API_KEY = "<your UNCLICK_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unclick-mcp-server": {
"command": "npx",
"args": [
"-y",
"@unclick/mcp-server"
],
"env": {
"UNCLICK_API_KEY": "<your UNCLICK_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unclick-mcp-server": {
"command": "npx",
"args": [
"-y",
"@unclick/mcp-server"
],
"env": {
"UNCLICK_API_KEY": "<your UNCLICK_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"unclick-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@unclick/mcp-server"
],
"env": {
"UNCLICK_API_KEY": "<your UNCLICK_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unclick-mcp-server": {
"command": "npx",
"args": [
"-y",
"@unclick/mcp-server"
],
"env": {
"UNCLICK_API_KEY": "<your UNCLICK_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unclick-mcp-server": {
"command": "npx",
"args": [
"-y",
"@unclick/mcp-server"
],
"env": {
"UNCLICK_API_KEY": "<your UNCLICK_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.malamutemayhem%2Funclick-mcp-server)<a href="https://mcptoplist.com/server/io.github.malamutemayhem%2Funclick-mcp-server"><img src="https://mcptoplist.com/badge/io.github.malamutemayhem%2Funclick-mcp-server.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
malamutemayhem
Other servers by malamutemayhem
View all malamutemayhem servers →Available versions (3)
| Version | Published |
|---|---|
| 0.2.3 | Apr 9, 2026 |
| 0.2.2 | Apr 9, 2026 |
| 0.1.1 | Apr 8, 2026 |
Frequently asked questions
- Who maintains UnClick?
- UnClick is maintained by malamutemayhem, which publishes 48 MCP servers (47 total versions) tracked on MCP Toplist.
- Is UnClick listed on the Official MCP Registry?
- Yes — UnClick is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does UnClick have?
- MCP Toplist tracks 3 versions of UnClick, most recently published on Apr 9, 2026.
- Where can I find the source code for UnClick?
- The source code for UnClick is hosted at github.com/malamutemayhem/unclick.git.