Vynix
Rank #11,754in.vynix/vynix-mcp
Give AI coding agents access to your Vynix visual feedback, bug reports, and AI diagnosis.
Vynix is a Model Context Protocol (MCP) server published by UseVynix. It ranks #11,754 of 132,046 servers tracked on MCP Toplist, and its repository has 14 GitHub stars. Vynix is listed across 3 registries — Official MCP, mcp.so and Glama, with 1 tracked version. It was first listed on Jun 29, 2026 and most recently updated on Jul 28, 2026.
Ranks ahead of 120,292 of 132,046 servers on MCP Toplist.
Use Vynix
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http vynix-mcp https://mcp.vynix.in/mcpclaude mcp add vynix-mcp -e "VYNIX_API_URL=<your VYNIX_API_URL>" -e "VYNIX_API_TOKEN=<your VYNIX_API_TOKEN>" -- npx -y @usevynix/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.vynix-mcp]
url = "https://mcp.vynix.in/mcp"Add to ~/.codex/config.toml.
[mcp_servers.vynix-mcp]
command = "npx"
args = ["-y", "@usevynix/mcp-server"]
[mcp_servers.vynix-mcp.env]
VYNIX_API_URL = "<your VYNIX_API_URL>"
VYNIX_API_TOKEN = "<your VYNIX_API_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.vynix.in/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"vynix-mcp": {
"command": "npx",
"args": [
"-y",
"@usevynix/mcp-server"
],
"env": {
"VYNIX_API_URL": "<your VYNIX_API_URL>",
"VYNIX_API_TOKEN": "<your VYNIX_API_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vynix-mcp": {
"url": "https://mcp.vynix.in/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"vynix-mcp": {
"command": "npx",
"args": [
"-y",
"@usevynix/mcp-server"
],
"env": {
"VYNIX_API_URL": "<your VYNIX_API_URL>",
"VYNIX_API_TOKEN": "<your VYNIX_API_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"vynix-mcp": {
"type": "http",
"url": "https://mcp.vynix.in/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"vynix-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@usevynix/mcp-server"
],
"env": {
"VYNIX_API_URL": "<your VYNIX_API_URL>",
"VYNIX_API_TOKEN": "<your VYNIX_API_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vynix-mcp": {
"serverUrl": "https://mcp.vynix.in/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"vynix-mcp": {
"command": "npx",
"args": [
"-y",
"@usevynix/mcp-server"
],
"env": {
"VYNIX_API_URL": "<your VYNIX_API_URL>",
"VYNIX_API_TOKEN": "<your VYNIX_API_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vynix-mcp": {
"url": "https://mcp.vynix.in/mcp"
}
}
}{
"mcpServers": {
"vynix-mcp": {
"command": "npx",
"args": [
"-y",
"@usevynix/mcp-server"
],
"env": {
"VYNIX_API_URL": "<your VYNIX_API_URL>",
"VYNIX_API_TOKEN": "<your VYNIX_API_TOKEN>"
}
}
}
}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/in.vynix%2Fvynix-mcp)<a href="https://mcptoplist.com/server/in.vynix%2Fvynix-mcp"><img src="https://mcptoplist.com/badge/in.vynix%2Fvynix-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
UseVynix
Available versions (1)
| Version | Published |
|---|---|
| 0.1.4 | Jul 28, 2026 |
Frequently asked questions
- Who maintains Vynix?
- Vynix is maintained by UseVynix, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Vynix listed on the Official MCP Registry?
- Yes — Vynix is listed on the Official MCP Registry, alongside mcp.so and Glama.
- How many versions does Vynix have?
- MCP Toplist tracks 1 version of Vynix, most recently published on Jul 28, 2026.
- Where can I find the source code for Vynix?
- The source code for Vynix is hosted at github.com/UseVynix/vynix-mcp.
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.