MCP Server
Active
MIT
io.github.dokdosolutions-us/lucky MCP Server
io.github.dokdosolutions-us/lucky
What is the io.github.dokdosolutions-us/lucky MCP server?
🍀✨ MCP server for Clover POS — restaurant operations, inventory, orders, analytics, and retention
How to install io.github.dokdosolutions-us/lucky
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
CLOVER_API_TOKENrequiredsecretClover API access token
CLOVER_MERCHANT_IDrequiredClover merchant ID
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"lucky": {
"command": "npx",
"args": [
"-y",
"@dokdosolutions/clover-mcp"
],
"env": {
"CLOVER_API_TOKEN": "<YOUR_CLOVER_API_TOKEN>",
"CLOVER_MERCHANT_ID": "<YOUR_CLOVER_MERCHANT_ID>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"lucky": {
"command": "npx",
"args": [
"-y",
"@dokdosolutions/clover-mcp"
],
"env": {
"CLOVER_API_TOKEN": "<YOUR_CLOVER_API_TOKEN>",
"CLOVER_MERCHANT_ID": "<YOUR_CLOVER_MERCHANT_ID>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"lucky": {
"command": "npx",
"args": [
"-y",
"@dokdosolutions/clover-mcp"
],
"env": {
"CLOVER_API_TOKEN": "<YOUR_CLOVER_API_TOKEN>",
"CLOVER_MERCHANT_ID": "<YOUR_CLOVER_MERCHANT_ID>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"lucky": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dokdosolutions/clover-mcp"
],
"env": {
"CLOVER_API_TOKEN": "<YOUR_CLOVER_API_TOKEN>",
"CLOVER_MERCHANT_ID": "<YOUR_CLOVER_MERCHANT_ID>"
}
}
}
}Claude Code
claude mcp add lucky --env CLOVER_API_TOKEN=<YOUR_CLOVER_API_TOKEN> --env CLOVER_MERCHANT_ID=<YOUR_CLOVER_MERCHANT_ID> -- npx -y @dokdosolutions/clover-mcpRelated MCP servers
🍓🫙 MCP server for Toast POS — restaurant operations, inventory, orders, analytics, and insights
View repository →