Home › Development › Vynix

Vynix

Give AI coding agents access to your Vynix visual feedback, bug reports, and AI diagnosis.

JavaScript Remote
★ 14 stars Last pushed 2026-08-22 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.vynix.in/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http vynix-mcp https://mcp.vynix.in/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "vynix-mcp": {
      "url": "https://mcp.vynix.in/mcp"
    }
  }
}

Package (npm 0.1.4)

npx -y @usevynix/mcp-server@0.1.4

Or add to your MCP client config:

{
  "mcpServers": {
    "vynix-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@usevynix/mcp-server@0.1.4"
      ],
      "env": {
        "VYNIX_API_URL": "<YOUR_VALUE>",
        "VYNIX_API_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • VYNIX_API_URL — Vynix API base URL. Defaults to https://www.vynix.in.
  • VYNIX_API_TOKEN secret — Personal access token generated at https://www.vynix.in/mcp.

Related servers

Data from the Official MCP Registry