How to Use the Europeana MCP in Claude Code
Pipe Europeana's massive cultural database directly into your shell scripts and CI/CD pipelines with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Europeana MCP to Claude Code
Create your Vinkius account to connect Europeana to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Query Archives from the Command Line
Run headless searches against the entire Europeana catalog. Use a command like `claude ask "find the record ID for 'The Night Watch'"` and it will use the `search_records` tool to get you the ID. There's no GUI, just fast, scriptable output. You can then pipe that ID directly into another command. For example, use the output to immediately call `get_record` and dump the full JSON metadata to stdout or a file. It's built for chaining commands together in a shell.
Automate Bulk Metadata Syncs with an MCP Server
The `oaipmh_request` tool is made for automation. Set up a cron job that calls Claude Code to hit this endpoint and pull down metadata updates from Europeana. It returns raw XML, perfect for ingestion by other backend processes. Because Claude Code is just a terminal command, you can run these jobs anywhere—a Docker container, a GitHub Action, or a remote server. It’s how you keep a local data warehouse in sync with the main Europeana archive without manual work.
Enrich Data in CI Pipelines
Use this MCP connection to enrich data during a build process. For instance, if you have a file with a list of artist names, a CI step can run a script that iterates through them, calling `get_entity` for each one. The script can then augment your source file with biographical data like birth/death dates from Europeana before the final application is built. It’s a simple way to add valuable context to your data automatically.
Set up Europeana MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeeuropeana-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Europeana transactions." It will automatically discover and invoke the available Europeana tools.
claude mcp add --transport http europeana-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 Europeana MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Europeana MCP today
We host it, we monitor it, we maintain it. You just paste one token.