Prerequisites
Before you begin, you’ll need an MCP-compatible AI tool to act as the client host. Common options include Claude desktop, Claude Code, Cursor, and VS Code with GitHub Copilot (Agent mode).Connect to the Nayax MCP Server
See how you can connect to our MCP server through different tools:- Claude
- Claude Code
- Cursor
- VS Code
Open Connectors settings
In Claude, go to Settings → Connectors and select Add custom connector.
Enter the server details
Set the name to
nayax and the URL to https://devzone.nayax.com/mcp, then click Add.Attach the server in chat
To attach the server to your conversation:
- Start a new conversation.
- Select the attachments icon (the plus icon next to the input).
- Choose the
nayaxconnector.
What you can do with the MCP server
Once connected, your AI assistant can:- Search and retrieve content from any page in the Nayax developer portal
- Answer questions about specific API endpoints, request parameters, and response fields
- Explain integration flows, payment sessions, and SDK configuration options
- Surface code examples from guides such as Marshall, Cortina, EMV Core, and the eCom SDK
Troubleshooting
These are some common errors you might encounter while setting up the Nayax MCP and how to solve them:The MCP server does not appear in my tool list.
The MCP server does not appear in my tool list.
Confirm that:
- The JSON in your configuration file is valid (no trailing commas, all braces closed).
- You reloaded or restarted the editor after saving the file.
- Your network can reach
https://devzone.nayax.com.
The assistant returns outdated or incorrect information.
The assistant returns outdated or incorrect information.
The MCP server reflects the published state of the Nayax developer portal. If documentation was recently updated, try starting a new conversation so the assistant fetches a fresh context.
I see an authentication error.
I see an authentication error.
The Nayax MCP server does not require authentication. If you see an auth error, check whether a proxy or firewall is intercepting HTTPS requests to
devzone.nayax.com.