This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Sign in with your Check Point UserCenter/PartnerMap account to access more great content and get a chance to win some Apple AirPods! If you don't have an account, create one now for free!
Security teams today need to move faster, prove compliance, and investigate issues across increasingly complex environments — all while working with limited resources.
To help address these challenges, Check Point introduced a suite ofmodel context protocol(MCP) servers for Check Point APIs — a new way to securely connect AI models to your security infrastructure using natural language.
These servers transform Check Point’s robust APIs into specialized interfaces that can be seamlessly integrated with any AI ecosystem, enabling administrators to query their Check Point infrastructure using natural language.
What Are MCP Servers?
MCP servers provide access to Check Point’s APIs using familiar large language model tools. This allows these tools to perform real-time, natural-language queries without writing custom scripts or handling raw API responses.
MCP servers can be used as tools on platforms like Claude Desktop or can be integrated into your internal copilots and automation frameworks.
For example, a user could ask in Claude Desktop and get the response in Chat: “Is my security policy compliant with PCI-DSS?”
Today lets see how to install the MCP and query using AI tools like Claude Desktop, Cursor AI, Windsurf etc… I installed this in my Windows Machine using Claude Desktop.
Steps to Follow
MCP Server Configuration
Install node.js on your system and verify the installation ( nodejs.org)
When you execute script to test connect you should see the output as below.
6. Create MCP Server startup script ( C:\checkpoint-mcp\start-mcp.bat:)-Test the batch file after creation
@echooff set MANAGEMENT_HOST=YOUR_CHECKPOINT_IP set USERNAME=YOUR_USERNAME set PASSWORD=YOUR_PASSWORD set MANAGEMENT_PORT=443 cd C:\checkpoint-mcp node node_modules\@chkp\quantum-management-mcp\dist\index.js
Expected output as below — Ensuring your MCP Server is running . Test it by running the batch file.
7. Final Step is to configure Claude Desktop or Cursor AI or Windsurf. In my lab i have used Claude Desktop
After you install Claude Desktop in your system, find the config file by running this command from Powershell
Restart Claude Desktop. Close Claude Desktop completely from Task Manager and re-launch it.
Your setup is ready and you can query your Check Point Gateways using Claude Desktop.
Press enter or click to view image in full size
Please ensure you have enabled API Access to your smart management server or smart-1 cloud. Also ensure you have the right format for the codes copied above. Steps can be followed using the below link