Nexus
Rank #37,541io.github.addozhang/nexus
MCP server providing nexus capabilities
Nexus is a Model Context Protocol (MCP) server published by addozhang. It ranks #37,541 of 132,113 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Nexus is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Feb 4, 2026 and most recently updated on Feb 4, 2026.
Ranks ahead of 94,572 of 132,113 servers on MCP Toplist.
Use Nexus
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add nexus -e "NEXUS_BASE_URL=<your NEXUS_BASE_URL>" -e "NEXUS_USERNAME=<your NEXUS_USERNAME>" -e "NEXUS_PASSWORD=<your NEXUS_PASSWORD>" -- uvx nexus-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.nexus]
command = "uvx"
args = ["nexus-mcp-server"]
[mcp_servers.nexus.env]
NEXUS_BASE_URL = "<your NEXUS_BASE_URL>"
NEXUS_USERNAME = "<your NEXUS_USERNAME>"
NEXUS_PASSWORD = "<your NEXUS_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nexus": {
"command": "uvx",
"args": [
"nexus-mcp-server"
],
"env": {
"NEXUS_BASE_URL": "<your NEXUS_BASE_URL>",
"NEXUS_USERNAME": "<your NEXUS_USERNAME>",
"NEXUS_PASSWORD": "<your NEXUS_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nexus": {
"command": "uvx",
"args": [
"nexus-mcp-server"
],
"env": {
"NEXUS_BASE_URL": "<your NEXUS_BASE_URL>",
"NEXUS_USERNAME": "<your NEXUS_USERNAME>",
"NEXUS_PASSWORD": "<your NEXUS_PASSWORD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"nexus": {
"type": "stdio",
"command": "uvx",
"args": [
"nexus-mcp-server"
],
"env": {
"NEXUS_BASE_URL": "<your NEXUS_BASE_URL>",
"NEXUS_USERNAME": "<your NEXUS_USERNAME>",
"NEXUS_PASSWORD": "<your NEXUS_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nexus": {
"command": "uvx",
"args": [
"nexus-mcp-server"
],
"env": {
"NEXUS_BASE_URL": "<your NEXUS_BASE_URL>",
"NEXUS_USERNAME": "<your NEXUS_USERNAME>",
"NEXUS_PASSWORD": "<your NEXUS_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"nexus": {
"command": "uvx",
"args": [
"nexus-mcp-server"
],
"env": {
"NEXUS_BASE_URL": "<your NEXUS_BASE_URL>",
"NEXUS_USERNAME": "<your NEXUS_USERNAME>",
"NEXUS_PASSWORD": "<your NEXUS_PASSWORD>"
}
}
}
}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.addozhang%2Fnexus)<a href="https://mcptoplist.com/server/io.github.addozhang%2Fnexus"><img src="https://mcptoplist.com/badge/io.github.addozhang%2Fnexus.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
addozhang
Other servers by addozhang
View all addozhang servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Feb 4, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Nexus?
- Nexus is maintained by addozhang, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Nexus listed on the Official MCP Registry?
- Yes — Nexus is listed on the Official MCP Registry, alongside Glama.
- How many versions does Nexus have?
- MCP Toplist tracks 2 versions of Nexus, most recently published on Feb 4, 2026.
- Where can I find the source code for Nexus?
- The source code for Nexus is hosted at github.com/addozhang/nexus-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.