mcpbeat Sign in

Clover POS MCP Server

by sbolivarlol Your server? Claim it
local only

Clover POS runs on your own machine — the client starts it, so there is no endpoint to ping. 167 installs a week from pypi. Last commit 22 Aug 2026.

Clover POS for a single merchant: sales, inventory, orders, customers (reads + safe writes).

Installs per day peak 137 · avg 43 · -37% w/w
a month agotoday
167
Installs / week
pypi · clover-mcp
0
Stars
0 open issues
22 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Clover POS every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add clover-mcp -- uvx clover-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clover-mcp": {
      "args": [
        "clover-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.clover-mcp]
command = "uvx"
args = ["clover-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "clover-mcp": {
      "args": [
        "clover-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "clover-mcp": {
      "args": [
        "clover-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: CLOVER_MERCHANT_ID (Clover merchant ID), CLOVER_ACCESS_TOKEN (Clover API access token), CLOVER_REGION (Clover API region: na | eu | la), CLOVER_SANDBOX (Use the Clover sandbox host when true), CLOVER_AUTH_MODE (Auth mode: token | oauth_refresh), CLOVER_REFRESH_TOKEN (OAuth refresh token (oauth_refresh mode)), CLOVER_OAUTH_CLIENT_ID (OAuth app client ID (oauth_refresh mode)), CLOVER_OAUTH_CLIENT_SECRET (OAuth app client secret (oauth_refresh mode)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Clover POS

same job, measured the same way
MCP Server Shopify
by aiwerk

Shopify Admin GraphQL API: products, orders, customers, inventory, and more (read and write).

38 installs/wk local only
MCP Shopify
by codespar

MCP server for Shopify — Admin REST API (orders, products, customers, inventory, fulfillments)

15 installs/wk local only
Shopify Admin MCP
by a1-x-tech

MCP server for the Shopify Admin API: products, orders, customers, inventory, discounts.

35 installs/wk local only
Ecwid
by usefulapi

Read store products, orders, customers, categories and coupons; adjust inventory and update orders.

12 tools answering
MCP Vtex
by codespar

MCP server for VTEX — e-commerce, orders, products, inventory, shipping

14 installs/wk local only
Shopify Admin
by mcparmory

Manage products, orders, customers, inventory, and store configuration

268 installs/wk local only
MCP Cn Commerce
by tonywang-hub

Read-only merchant data from 8 Chinese e-commerce platforms: orders, products, after-sales, ads

161 installs/wk local only
Woocommerce MCP
by wppoland

Read-only MCP server for WordPress + WooCommerce products, orders, sales, and posts.

36 installs/wk local only

Clover POS — questions

Answers built from our own checks of this server.

Why is there no uptime for Clover POS?
Clover POS runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package clover-mcp was installed 167 times last week.
How do I connect Clover POS?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls clover-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Clover POS?
The pypi package clover-mcp was installed 167 times in the last week. Week over week that is -37%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Clover POS open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.