An MCP server that gives AI clients access to UnClick’s catalog of API endpoints and tools across many domains, including developer utilities, social media, e-commerce, finance, messaging, media, and security. It also exposes memory and coordination tools for agent workflows and can discover additional catalog endpoints dynamically.
From the registry: BoardGameGeek search, game details, rankings, and collections. By UnClick.
Please install the `bgg` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js 18+** — Node.js version 18 or newer is required to run the MCP server via npx.
- **Get an UnClick API key** — Create or obtain an API key from unclick.world. The server requires this key to authenticate. (https://unclick.world)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","https://github.com/malamutemayhem/unclick/releases/latest/download/unclick.tgz"]
- required environment variables:
- `UNCLICK_API_KEY`: API key for authenticating with UnClick. (example: `<your-api-key>`)
Note: Preferred install path is the npx invocation using the latest GitHub release tarball. The README also shows a global npm install option, but the npx path is simpler and more portable.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.UNCLICK_API_KEYrequiredAPI key required to authenticate with unclick.worldMCP server for searching Airweave collections with natural language queries.