MCP Eurlex
Rank #677io.github.lexsocket/mcp-eurlex
MCP server providing eurlex capabilities
MCP Eurlex is a Model Context Protocol (MCP) server published by lexsocket. It ranks #677 of 115,460 servers tracked on MCP Toplist, and its repository has 1,321 GitHub stars. MCP Eurlex is listed on Official MCP, with 3 tracked versions. It was first listed on Jan 23, 2026 and most recently updated on Jan 23, 2026.
Ranks ahead of 114,783 of 115,460 servers on MCP Toplist.
Use MCP Eurlex
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mcp-eurlex https://mcp.lexsocket.ai/eurlex/claude mcp add mcp-eurlex -e "LEXSOCKET_API_KEY=<your LEXSOCKET_API_KEY>" -- npx -y @lexsocket/mcp-eurlexReplace each placeholder with your own value before saving.
[mcp_servers.mcp-eurlex]
url = "https://mcp.lexsocket.ai/eurlex/"Add to ~/.codex/config.toml.
[mcp_servers.mcp-eurlex]
command = "npx"
args = ["-y", "@lexsocket/mcp-eurlex"]
[mcp_servers.mcp-eurlex.env]
LEXSOCKET_API_KEY = "<your LEXSOCKET_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.lexsocket.ai/eurlex/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"mcp-eurlex": {
"command": "npx",
"args": [
"-y",
"@lexsocket/mcp-eurlex"
],
"env": {
"LEXSOCKET_API_KEY": "<your LEXSOCKET_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-eurlex": {
"url": "https://mcp.lexsocket.ai/eurlex/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mcp-eurlex": {
"command": "npx",
"args": [
"-y",
"@lexsocket/mcp-eurlex"
],
"env": {
"LEXSOCKET_API_KEY": "<your LEXSOCKET_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-eurlex": {
"type": "http",
"url": "https://mcp.lexsocket.ai/eurlex/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mcp-eurlex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lexsocket/mcp-eurlex"
],
"env": {
"LEXSOCKET_API_KEY": "<your LEXSOCKET_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-eurlex": {
"serverUrl": "https://mcp.lexsocket.ai/eurlex/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-eurlex": {
"command": "npx",
"args": [
"-y",
"@lexsocket/mcp-eurlex"
],
"env": {
"LEXSOCKET_API_KEY": "<your LEXSOCKET_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-eurlex": {
"url": "https://mcp.lexsocket.ai/eurlex/"
}
}
}{
"mcpServers": {
"mcp-eurlex": {
"command": "npx",
"args": [
"-y",
"@lexsocket/mcp-eurlex"
],
"env": {
"LEXSOCKET_API_KEY": "<your LEXSOCKET_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.lexsocket%2Fmcp-eurlex)<a href="https://mcptoplist.com/server/io.github.lexsocket%2Fmcp-eurlex"><img src="https://mcptoplist.com/badge/io.github.lexsocket%2Fmcp-eurlex.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
lexsocket
Other servers by lexsocket
View all lexsocket servers →Available versions (3)
| Version | Published |
|---|---|
| 1.0.7 | Jan 23, 2026 |
| 1.0.6 | Jan 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Eurlex?
- MCP Eurlex is maintained by lexsocket, which publishes 3 MCP servers (9 total versions) tracked on MCP Toplist.
- Is MCP Eurlex listed on the Official MCP Registry?
- Yes — MCP Eurlex is listed on the Official MCP Registry.
- How many versions does MCP Eurlex have?
- MCP Toplist tracks 3 versions of MCP Eurlex, most recently published on Jan 23, 2026.
- Where can I find the source code for MCP Eurlex?
- The source code for MCP Eurlex is hosted at github.com/lexsocket/mcp-eurlex.