Give AI coding agents access to your Vynix visual feedback, bug reports, and AI diagnosis.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Model Context Protocol server for Vynix. It gives coding agents direct access to visual feedback, bug reports, screenshots, diagnostics, comments, and issue workflows so agents can reason from real context instead of guessing.
stdio and Streamable HTTP.Node.js 18+ is required.
Use claude_desktop_config.json:
Diagnostics are written to stderr; stdout is reserved for the protocol stream.
Use ~/.cursor/mcp.json.
Use .vscode/mcp.json with top-level servers:
Use your Windsurf MCP config file with this server block:
For hosted mode, use the Streamable HTTP endpoint:
https://mcp.vynix.in/mcp/.well-known/oauth-authorization-serverSee examples/configs/mcp.json.
Environment variables:
VYNIX_API_URL (optional, default: https://www.vynix.in)VYNIX_API_TOKEN (recommended)VYNIX_API_EMAIL and VYNIX_API_PASSWORD (fallback login mode)VYNIX_MCP_MODE (stdio or http)VYNIX_MCP_HOST, VYNIX_MCP_PORT, VYNIX_MCP_PATH (HTTP mode)Generate a token from: https://www.vynix.in/mcp
Not configured error: set VYNIX_API_TOKEN or both VYNIX_API_EMAIL and VYNIX_API_PASSWORD.401 errors: regenerate token and verify API URL.mcpServers vs servers) for your client.VYNIX_MCP_MODE=http and check /health.Only diagnose_annotation can invoke external AI providers through your Vynix workspace configuration.
No. It includes read tools and write tools. MCP annotations identify mutating/open-world calls so clients can request confirmation.
Yes. Run in stdio mode locally or HTTP mode behind your own infrastructure.
See CONTRIBUTING.md. For local validation run:
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/vynix)<a href="https://allmcps.com/mcp/vynix"><img src="https://allmcps.com/api/badge/vynix?style=directory" alt="Vynix on AllMCPs" /></a>