AI-powered website feedback, visual bug reporting, and website annotation MCP server. Connect AI coding assistants to Vynix to capture website feedback, create GitHub issues, access project data, and automate developer workflows.
Overview
Vynix MCP Server
The Vynix MCP Server connects AI coding assistants with Vynix, enabling AI-powered website feedback and visual bug reporting workflows.
Features
- Website feedback and annotations
- Visual bug reporting
- AI-ready issue context
- GitHub issue creation
- Project and annotation access
- Secure API token authentication
- Works with MCP-compatible AI assistants
Installation
{
"mcpServers": {
"vynix": {
"command": "npx",
"args": [
"-y",
"@usevynix/mcp-server"
],
"env": {
"VYNIX_API_TOKEN": "YOUR_API_TOKEN"
}
}
}
}
Server Config
{
"mcpServers": {
"vynix": {
"command": "npx",
"args": [
"-y",
"@usevynix/mcp-server"
],
"env": {
"VYNIX_API_TOKEN": "YOUR_API_TOKEN"
}
}
}
}