UnClick for Cursor
io.github.malamutemayhem/unclick-mcp-server
AI agent tool marketplace. 60+ tools for social, e-commerce, accounting, and messaging.
client:Cursor
transport:stdio
runtime:npm
Install UnClick in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"unclick-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@unclick/mcp-server"
],
"env": {
"UNCLICK_API_KEY": "<UNCLICK_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs