← Back to browse

LexAPI

Indexed by io.github.Lex-API

About

Search EUR-Lex, fetch parsed EU legislation and case law, explore the citation graph.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsLEXAPI_API_KEY LEXAPI_BASE_URL
Claude Code
claude mcp add --env LEXAPI_API_KEY= --env LEXAPI_BASE_URL= lexapi-mcp -- npx @lexapi/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"lexapi-mcp","command":"npx","args":["@lexapi/mcp"],"env":{"LEXAPI_API_KEY":"","LEXAPI_BASE_URL":""}}'
JSON
{
  "mcpServers": {
    "lexapi-mcp": {
      "command": "npx",
      "args": [
        "@lexapi/mcp"
      ],
      "env": {
        "LEXAPI_API_KEY": "",
        "LEXAPI_BASE_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.