Nexus Legal MCP
Rank #34,381io.github.djtellado/nexus-legal
International legal analysis (ISO 31000) across 63 jurisdictions — 27 tools.
Nexus Legal MCP is a Model Context Protocol (MCP) server published by djtellado. It ranks #34,381 of 115,460 servers tracked on MCP Toplist. Nexus Legal MCP is listed across 2 registries — Official MCP and mcp.so, with 5 tracked versions. It was first listed on May 16, 2026 and most recently updated on Aug 19, 2026.
Ranks ahead of 81,079 of 115,460 servers on MCP Toplist.
Use Nexus Legal MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http nexus-legal https://legal.nexusquantum.legal/api/mcpclaude mcp add nexus-legal -e "NEXUS_API_KEY=<your NEXUS_API_KEY>" -e "NEXUS_BASE_URL=<your NEXUS_BASE_URL>" -e "NEXUS_TIMEOUT_MS=<your NEXUS_TIMEOUT_MS>" -- npx -y @nexus-legal/mcpReplace each placeholder with your own value before saving.
[mcp_servers.nexus-legal]
url = "https://legal.nexusquantum.legal/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.nexus-legal]
command = "npx"
args = ["-y", "@nexus-legal/mcp"]
[mcp_servers.nexus-legal.env]
NEXUS_API_KEY = "<your NEXUS_API_KEY>"
NEXUS_BASE_URL = "<your NEXUS_BASE_URL>"
NEXUS_TIMEOUT_MS = "<your NEXUS_TIMEOUT_MS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://legal.nexusquantum.legal/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"nexus-legal": {
"command": "npx",
"args": [
"-y",
"@nexus-legal/mcp"
],
"env": {
"NEXUS_API_KEY": "<your NEXUS_API_KEY>",
"NEXUS_BASE_URL": "<your NEXUS_BASE_URL>",
"NEXUS_TIMEOUT_MS": "<your NEXUS_TIMEOUT_MS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nexus-legal": {
"url": "https://legal.nexusquantum.legal/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"nexus-legal": {
"command": "npx",
"args": [
"-y",
"@nexus-legal/mcp"
],
"env": {
"NEXUS_API_KEY": "<your NEXUS_API_KEY>",
"NEXUS_BASE_URL": "<your NEXUS_BASE_URL>",
"NEXUS_TIMEOUT_MS": "<your NEXUS_TIMEOUT_MS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"nexus-legal": {
"type": "http",
"url": "https://legal.nexusquantum.legal/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"nexus-legal": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nexus-legal/mcp"
],
"env": {
"NEXUS_API_KEY": "<your NEXUS_API_KEY>",
"NEXUS_BASE_URL": "<your NEXUS_BASE_URL>",
"NEXUS_TIMEOUT_MS": "<your NEXUS_TIMEOUT_MS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nexus-legal": {
"serverUrl": "https://legal.nexusquantum.legal/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"nexus-legal": {
"command": "npx",
"args": [
"-y",
"@nexus-legal/mcp"
],
"env": {
"NEXUS_API_KEY": "<your NEXUS_API_KEY>",
"NEXUS_BASE_URL": "<your NEXUS_BASE_URL>",
"NEXUS_TIMEOUT_MS": "<your NEXUS_TIMEOUT_MS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nexus-legal": {
"url": "https://legal.nexusquantum.legal/api/mcp"
}
}
}{
"mcpServers": {
"nexus-legal": {
"command": "npx",
"args": [
"-y",
"@nexus-legal/mcp"
],
"env": {
"NEXUS_API_KEY": "<your NEXUS_API_KEY>",
"NEXUS_BASE_URL": "<your NEXUS_BASE_URL>",
"NEXUS_TIMEOUT_MS": "<your NEXUS_TIMEOUT_MS>"
}
}
}
}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.djtellado%2Fnexus-legal)<a href="https://mcptoplist.com/server/io.github.djtellado%2Fnexus-legal"><img src="https://mcptoplist.com/badge/io.github.djtellado%2Fnexus-legal.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
djtellado
Other servers by djtellado
View all djtellado servers →Available versions (5)
| Version | Published |
|---|---|
| 0.3.0 | Aug 19, 2026 |
| 0.2.0 | Jun 7, 2026 |
| 0.1.3 | May 17, 2026 |
| 0.1.2 | May 17, 2026 |
| 0.1.1 | May 16, 2026 |
Frequently asked questions
- Who maintains Nexus Legal MCP?
- Nexus Legal MCP is maintained by djtellado, which publishes 4 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Nexus Legal MCP listed on the Official MCP Registry?
- Yes — Nexus Legal MCP is listed on the Official MCP Registry, alongside mcp.so.
- How many versions does Nexus Legal MCP have?
- MCP Toplist tracks 5 versions of Nexus Legal MCP, most recently published on Aug 19, 2026.
- Where can I find the source code for Nexus Legal MCP?
- The source code for Nexus Legal MCP is hosted at github.com/djtellado/nexus-legal-prod.