mcp-server-check

check-technologies/mcp-server-check
★ 17 stars Python 🔌 API Integration Updated 16d ago
MCP server for the Check Payroll API
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-check": {
      "command": "uvx",
      "args": [
        "mcp-server-check"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-check