Skip to content
Cursor

pain001 mcp for Cursor

io.github.sebastienrousseau/pain001-mcp

MCP server for ISO 20022 pain.001/pain.008 payment-file generation and validation.

client:Cursor transport:stdio runtime:pypi

Install pain001 mcp in Cursor

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

{
  "mcpServers": {
    "pain001-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pain001-mcp"
      ]
    }
  }
}

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

pain001 mcp in other clients