Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"eurlex": {
"args": [
"-y",
"eurlex-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Search and retrieve EU law via the EUR-Lex Cellar API -- an MCP server that gives AI assistants direct access to EU regulations, directives, court decisions, and more. No API key required.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'eurlex-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked eurlex-mcp-server against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
97% token reduction for AI coding sessions — zero deps, 21 languages, MCP server
Autonomous spec-to-product coding-agent CLI with an MCP server exposing 34 tools over stdio.
MCP Security Weekly
Get CVE alerts and security updates for Eurlex Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Search and retrieve EU law via the EUR-Lex Cellar API -- an MCP server that gives AI assistants direct access to EU regulations, directives, court decisions, and more. No API key required.
Ask your AI assistant questions like:
pnpm dlx eurlex-mcp-server
Or with npx:
npx -y eurlex-mcp-server
Add to your claude_desktop_config.json:
{
"mcpServers": {
"eurlex": {
"command": "npx",
"args": ["-y", "eurlex-mcp-server"]
}
}
}
claude mcp add eurlex-mcp-server -- npx -y eurlex-mcp-server
Add to .vscode/mcp.json:
{
"servers": {
"eurlex": {
"command": "npx",
"args": ["-y", "eurlex-mcp-server"]
}
}
}
Add to .cursor/mcp.json:
{
"mcpServers": {
"eurlex": {
"command": "npx",
"args": ["-y", "eurlex-mcp-server"]
}
}
}
Add to ~/.windsurf/mcp.json:
{
"mcpServers": {
"eurlex": {
"command": "npx",
"args": ["-y", "eurlex-mcp-server"]
}
}
}
Full-text search across EUR-Lex documents.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | yes | -- | Search term (3-500 chars), e.g. "artificial intelligence high risk" |
resource_type | string | no | "any" | Document type filter: REG, DIR, DEC, JUDG, REG_IMPL, REG_DEL, DIR_IMPL, DIR_DEL, DEC_IMPL, DEC_DEL, ORDER, OPIN_AG, RECO, any |
language | string | no | "DEU" | Language for titles and full text: DEU, ENG, FRA |
limit | number | no | 10 | Max results (1-50) |
date_from | string | no | -- | Filter from date, format: YYYY-MM-DD |
date_to | string | no | -- | Filter to date, format: YYYY-MM-DD |
Retrieve the full text of a document by its CELEX identifier.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
celex_id | string | yes | -- | CELEX identifier, e.g. "32024R1689" for the AI Act |
language | string | no | "DEU" | Language: DEU, ENG, FRA |
format | string | no | "xhtml" | Output format: xhtml (structured) or plain (tags stripped) |
max_chars | number | no | 20000 | Max characters returned (1000-50000) |
Retrieve s