Loading MCP server directory, please wait...
Search EU legislation, CJEU case law, and treaties; traverse CELLAR graph; browse EuroVoc concepts.
npx @getmcp/cli add io.github.cyanheads/eur-lex-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/eur-lex-mcp-server": {
"command": "bun",
"args": [
"@cyanheads/eur-lex-mcp-server",
"run",
"start:stdio"
],
"env": {
"CELLAR_SPARQL_ENDPOINT": "http://publications.europa.eu/webapi/rdf/sparql",
"EURLEX_CONTENT_BASE_URL": "https://eur-lex.europa.eu",
"SPARQL_QUERY_TIMEOUT_MS": "55000",
"MAX_SPARQL_RESULTS": "100",
"MCP_LOG_LEVEL": "info"
}
}
}
}