Novyx MCP
Rank #2,572io.github.novyxlabs/novyx-mcp
MCP server providing novyx-mcp capabilities
Novyx MCP is a Model Context Protocol (MCP) server published by novyxlabs. It ranks #2,572 of 115,460 servers tracked on MCP Toplist, and its repository has 91 GitHub stars. Novyx MCP is listed on Official MCP, with 3 tracked versions. It was first listed on Mar 9, 2026 and most recently updated on Mar 9, 2026.
Ranks ahead of 112,888 of 115,460 servers on MCP Toplist.
Use Novyx MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add novyx-mcp -- uvx novyx-mcp[mcp_servers.novyx-mcp]
command = "uvx"
args = ["novyx-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"novyx-mcp": {
"command": "uvx",
"args": [
"novyx-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"novyx-mcp": {
"command": "uvx",
"args": [
"novyx-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"novyx-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"novyx-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"novyx-mcp": {
"command": "uvx",
"args": [
"novyx-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"novyx-mcp": {
"command": "uvx",
"args": [
"novyx-mcp"
]
}
}
}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.novyxlabs%2Fnovyx-mcp)<a href="https://mcptoplist.com/server/io.github.novyxlabs%2Fnovyx-mcp"><img src="https://mcptoplist.com/badge/io.github.novyxlabs%2Fnovyx-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
novyxlabs
Other servers by novyxlabs
View all novyxlabs servers →Available versions (3)
| Version | Published |
|---|---|
| 2.1.4 | Mar 9, 2026 |
| 2.1.2 | Mar 9, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Novyx MCP?
- Novyx MCP is maintained by novyxlabs, which publishes 3 MCP servers (14 total versions) tracked on MCP Toplist.
- Is Novyx MCP listed on the Official MCP Registry?
- Yes — Novyx MCP is listed on the Official MCP Registry.
- How many versions does Novyx MCP have?
- MCP Toplist tracks 3 versions of Novyx MCP, most recently published on Mar 9, 2026.
- Where can I find the source code for Novyx MCP?
- The source code for Novyx MCP is hosted at github.com/novyxlabs/novyx-core.