Skip to content
Cursor

mcp clip for Cursor

io.github.codespar/mcp-clip

MCP server for Clip (PayClip) — Mexico's leading acquirer: payment links, card charges, refunds

client:Cursor transport:stdio runtime:npm

Install mcp clip in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-clip": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-clip"
      ],
      "env": {
        "CLIP_AUTH_TOKEN": "<CLIP_AUTH_TOKEN>",
        "CLIP_BASE_URL": "<CLIP_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp clip in other clients