Clover POS runs on your own machine — the client starts it, so there is no endpoint to ping. 275 installs a week from pypi. Last commit 12 Jul 2026.
Clover POS for a single merchant: sales, inventory, orders, customers (reads + safe writes).
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add clover-mcp -- uvx clover-mcp
{
"mcpServers": {
"clover-mcp": {
"args": [
"clover-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.clover-mcp]
command = "uvx"
args = ["clover-mcp"]
{
"mcpServers": {
"clover-mcp": {
"args": [
"clover-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"clover-mcp": {
"args": [
"clover-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.