Clover POS
Rank #57,957io.github.dokdosolutions-us/lucky
MCP server for Clover POS — restaurant operations, inventory, orders, analytics, and retention
Clover POS is a Model Context Protocol (MCP) server published by dokdosolutions-us. It ranks #57,957 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Clover POS is listed on PulseMCP, with 1 tracked version. It was first listed on Jun 7, 2026 and most recently updated on Jun 7, 2026.
Ranks ahead of 57,634 of 115,591 servers on MCP Toplist.
Use Clover POS
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add lucky -e "CLOVER_API_TOKEN=<your CLOVER_API_TOKEN>" -e "CLOVER_MERCHANT_ID=<your CLOVER_MERCHANT_ID>" -- npx -y @dokdosolutions/clover-mcpReplace each placeholder with your own value before saving.
[mcp_servers.lucky]
command = "npx"
args = ["-y", "@dokdosolutions/clover-mcp"]
[mcp_servers.lucky.env]
CLOVER_API_TOKEN = "<your CLOVER_API_TOKEN>"
CLOVER_MERCHANT_ID = "<your CLOVER_MERCHANT_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lucky": {
"command": "npx",
"args": [
"-y",
"@dokdosolutions/clover-mcp"
],
"env": {
"CLOVER_API_TOKEN": "<your CLOVER_API_TOKEN>",
"CLOVER_MERCHANT_ID": "<your CLOVER_MERCHANT_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lucky": {
"command": "npx",
"args": [
"-y",
"@dokdosolutions/clover-mcp"
],
"env": {
"CLOVER_API_TOKEN": "<your CLOVER_API_TOKEN>",
"CLOVER_MERCHANT_ID": "<your CLOVER_MERCHANT_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lucky": {
"command": "npx",
"args": [
"-y",
"@dokdosolutions/clover-mcp"
],
"env": {
"CLOVER_API_TOKEN": "<your CLOVER_API_TOKEN>",
"CLOVER_MERCHANT_ID": "<your CLOVER_MERCHANT_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lucky": {
"command": "npx",
"args": [
"-y",
"@dokdosolutions/clover-mcp"
],
"env": {
"CLOVER_API_TOKEN": "<your CLOVER_API_TOKEN>",
"CLOVER_MERCHANT_ID": "<your CLOVER_MERCHANT_ID>"
}
}
}
}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.dokdosolutions-us%2Flucky)<a href="https://mcptoplist.com/server/io.github.dokdosolutions-us%2Flucky"><img src="https://mcptoplist.com/badge/io.github.dokdosolutions-us%2Flucky.svg" alt="MCP Toplist: #57,957 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
dokdosolutions-us
Other servers by dokdosolutions-us
View all dokdosolutions-us servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.3 | Jun 7, 2026 |
Frequently asked questions
- Who maintains Clover POS?
- Clover POS is maintained by dokdosolutions-us, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Clover POS listed on the Official MCP Registry?
- Clover POS is not on the Official MCP Registry. It is listed on PulseMCP.
- How many versions does Clover POS have?
- MCP Toplist tracks 1 version of Clover POS, most recently published on Jun 7, 2026.
- Where can I find the source code for Clover POS?
- The source code for Clover POS is hosted at github.com/dokdosolutions-us/clover-mcp-server.