Square MCP
The official Square MCP server integrates Square's robust commerce and payment APIs with AI models. It allows models to manage product catalogs, process payments, track orders, and retrieve customer data within the Square ecosystem. This tool is essential for developers building AI-driven retail, e-commerce, and point-of-sale solutions.
How to Install
1. Ensure you have an MCP client installed (e.g., Claude Desktop)
2. Click 'Visit Source' below to get the code or package
3. Follow the README instructions in the project
4. Add the server configuration to your MCP client config file
Configuration Example (claude_desktop_config.json)
{
"mcpServers": {
"square": {
"command": "npx",
"args": [
"-y",
"@square/mcp-server"
],
"env": {
"SQUARE_ACCESS_TOKEN": "YOUR_ACCESS_TOKEN",
"SQUARE_ENVIRONMENT": "sandbox"
}
}
}
}Key Features
Secure payment processing and transaction management
Comprehensive inventory and product catalog control
Customer relationship management (CRM) integration
Real-time sales reporting and analytics
Server Details
The official Square MCP server integrates Square's robust commerce and payment APIs with AI models. It allows models to manage product catalogs, process payments, track orders, and retrieve customer data within the Square ecosystem. This tool is essential for developers building AI-driven retail, e-commerce, and point-of-sale solutions.
Pricing
freeTags
Visit Source / Official Link
Go to the official GitHub repository to view source code, documentation, and installation instructions.
GitHub Repository