MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

Square Model Context Protocol Server

创建于 2/19/2025
更新于 8 months ago
Repository documentation and setup instructions

🚨 DEPRECATED: Square MCP Server (Old Version)

⚠️ This repository is no longer maintained.
Official development has moved to square/square-mcp-server.
Please use the new repository for the latest, officially supported Square MCP Server.


Archived Information (for reference)

A Model Context Protocol (MCP) server that provides access to Square API functionality.

Setup

  1. Install dependencies:
uv sync
  1. Set environment variables:
# Required
export SQUARE_ACCESS_TOKEN=your_access_token_here

# Optional - defaults to 'sandbox' if not set
export SQUARE_ENVIRONMENT=sandbox  # or 'production' for production environment
  1. Run the server:
uv pip install .
square-mcp

Or for development:

source .venv/bin/activate
mcp dev src/square_mcp/server.py

Environment Variables

| Variable | Required | Default | Description | |----------|----------|---------|-------------| | SQUARE_ACCESS_TOKEN | Yes | - | Your Square API access token | | SQUARE_ENVIRONMENT | No | sandbox | Square API environment (sandbox or production) |


🔗 Migrate to the new server:

快速设置
此服务器的安装指南

安装包 (如果需要)

uvx square-mcp

Cursor 配置 (mcp.json)

{ "mcpServers": { "block-square-mcp": { "command": "uvx", "args": [ "square-mcp" ] } } }
作者服务器
其他服务器由 block