How to Use the CERN Open Data MCP in Cursor
Inject live CERN Open Data directly into your analysis code with the Cursor agent.
Works with every AI agent you already use
…and any MCP-compatible client
Connect CERN Open Data MCP to Cursor
Create your Vinkius account to connect CERN Open Data to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Write Python scripts with actual API responses
Stop writing code against mock data. Tell the Cursor agent, "Write a function to get record details for DOI 10.7483/OPENDATA.CMS.XXX." It will call `get_record_by_doi`, see the real JSON response, and generate a Python function that correctly parses it. This works for any tool. You can have it build a script that searches for datasets using `search_datasets` and then loops through the results. The code it writes just works, because it's based on live data from the MCP server, not a guess.
Explore data without leaving your editor
You're in the middle of writing a data filter and can't remember the exact collision energy values. Just ask the agent in the chat panel, "What collision energies are available?" It runs `search_by_collision_energy` and gives you the list: 13TeV, 8TeV, 7TeV, etc. You can do the same to see which experiments are available with `list_experiments` or what physics categories exist with `list_categories`. It's about getting quick answers to guide your coding, all without switching windows.
Set Up Your Analysis Environment with the Cursor MCP Server
Finding the data is just the first step. You also need the right software. Use the agent to run `search_software` to find the specific CMSSW version or analysis framework associated with a dataset. From there, you can ask it to find supplementary materials using `search_supplementaries`. The agent can then help you script the setup for a fully reproducible analysis environment, right from your editor. This is what an MCP integration is for.
Set up CERN Open Data MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the CERN Open Data MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent CERN Open Data transactions." If the MCP tools are loaded correctly, Cursor will call the CERN Open Data tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"cern-open-data-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by CERN Open Data. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about CERN Open Data MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the CERN Open Data MCP today
We host it, we monitor it, we maintain it. You just paste one token.