Beta
Cited answers on EU and national law, straight from Claude or Cursor. Ask a question, upload a contract, organise your library. Without leaving the assistant you already work in.
Model Context Protocol is an open standard for connecting AI assistants to outside tools. Our server is one of those connections. Your assistant gets eulaw.ai's tools, signed in as you, with exactly the access your account already has.
Ten tools. Your assistant picks between them on its own.
On claude.ai or in the Claude desktop app, open Settings, then Connectors, then Add custom connector, and paste this URL:
https://eulaw.ai/api/mcp Claude asks you to sign in to eulaw.ai the first time it uses the connector. Nothing to install, and it works on web, desktop and mobile. This route covers legal search and document retrieval. For the document library, folders and vaults, use the npm server below.
Add the server to your client and restart it. Claude Desktop takes this in claude_desktop_config.json; Cursor takes the same block in its MCP settings. Nothing to install first — npx fetches @eulaw.ai/mcp on the first run. You need Node 20 or newer.
{
"mcpServers": {
"eulaw": {
"command": "npx",
"args": ["-y", "@eulaw.ai/mcp"]
}
}
} The first time your assistant calls a tool, a browser window opens for eulaw.ai login. Sign in, or create an account there. After that your credentials stay on your machine and refresh themselves. You will not be asked again.
The MCP server is in beta and published on npm as @eulaw.ai/mcp. It works with any eulaw.ai account, and what it can do follows the plan that account is on.
Get in touch See plans