S
Square
Official
🛒 Commerce
Payments, orders, inventory and customer management across Square's API — Square's official MCP server.
Tags
Config for Claude Desktop / Cursor
{
"mcpServers": {
"square": {
"command": "npx",
"args": [
"-y",
"square-mcp-server@0.1.2",
"start"
],
"env": {
"ACCESS_TOKEN": "your-access-token-here",
"PRODUCTION": "true"
}
}
}
}