# Vynix MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/in-vynix-vynix-mcp
- Repository: https://github.com/UseVynix/vynix-mcp
- Website: https://www.vynix.in/mcp

## Install
- Command: `npx -y @usevynix/mcp-server`
- Endpoint: https://mcp.vynix.in/mcp
- Auth: Not captured

## Setup notes
- Package: Npm @usevynix/mcp-server v0.1.4
- Environment variable: VYNIX_API_URL (default https://www.vynix.in)
- Environment variable: VYNIX_API_TOKEN (secret)
- Remote endpoint: https://mcp.vynix.in/mcp

## Tools
- list_projects (List projects) - List the Vynix projects you own. Endpoint: https://mcp.vynix.in/mcp
- list_annotations (List annotations) - List a project’s annotations, optionally filtered by status, type, or priority. Start here with status "open" to see what needs fixing. Endpoint: https://mcp.vynix.in/mcp
- get_annotation (Get annotation) - Fetch one annotation with its full captured context: page, target element (selector, XPath, styles), surrounding DOM, and runtime diagnostics (console + network). Endpoint: https://mcp.vynix.in/mcp
- list_comments (List comments) - Read the discussion thread on an annotation. Endpoint: https://mcp.vynix.in/mcp
- get_annotation_analysis (Get AI diagnosis) - Read the latest stored AI diagnosis for an annotation (root causes, confidence, suggested fix, and likely source files). Returns null when none has been generated yet; run diagnose_annotation to create one. Endpoint: https://mcp.vynix.in/mcp
- get_annotation_screenshots (Get screenshots) - Return the region screenshots attached to an annotation as viewable images, so you can see exactly what the reporter pointed at. Endpoint: https://mcp.vynix.in/mcp
- list_annotation_issues (List annotation issues) - List the tracker (GitHub) issues opened from an annotation, with each issue’s live state. Set refresh to reconcile against GitHub (open/closed + any linked pull request). Endpoint: https://mcp.vynix.in/mcp
- list_project_issues (List project issues) - List every tracker issue across a project, with an open/closed/agent summary. Endpoint: https://mcp.vynix.in/mcp
- generate_prompt (Generate coding prompt) - Render a ready-to-paste coding prompt for an annotation, formatted for a target assistant. A deterministic template (no AI spend); for a deeper analysis use diagnose_annotation. Endpoint: https://mcp.vynix.in/mcp
- get_metrics (Get metrics) - Overview of your projects: KPI counts, status breakdown, a daily time series, and recent activity. Endpoint: https://mcp.vynix.in/mcp
- list_members (List members) - List a project’s team members, including role and status. Endpoint: https://mcp.vynix.in/mcp
- get_activity (Get activity) - Recent activity feed for a project (status changes, comments, issues, members). Endpoint: https://mcp.vynix.in/mcp
- update_annotation_status (Update status) - Update an annotation’s status, e.g. to mark it in_progress or completed. Endpoint: https://mcp.vynix.in/mcp
- add_comment (Add comment) - Add a comment to an annotation’s thread, e.g. to record what you changed. Notifies the team. Endpoint: https://mcp.vynix.in/mcp
- diagnose_annotation (Run AI diagnosis) - Run the AI Diagnosis Engine on an annotation: it analyses the captured page, element, DOM, and runtime errors to produce ranked root causes, a confidence score, a suggested fix, and the likely source files. Calls an AI provider (uses tokens / may cost money) and stores the result. Requires AI + diagnosis enabled by the workspace admin and a key set. Endpoint: https://mcp.vynix.in/mcp
- create_github_issue (Create GitHub issue) - Create a GitHub issue from an annotation. Uses the project’s configured repo and assignee unless overridden. Embeds the generated AI prompt in the issue body. Endpoint: https://mcp.vynix.in/mcp
- create_share_link (Create share link) - Mint a read-only public review link for a project, so a stakeholder can review its annotations without an account. Reporter emails are hidden on shared views. Endpoint: https://mcp.vynix.in/mcp

## Resources
Not captured

## Prompts
- fix_annotation - Fix a Vynix annotation A guided workflow to take one annotation from report to fix using the captured context and the AI diagnosis. Arguments: annotation_id

## Metadata
- Owner: in.vynix
- Version: 0.1.4
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 28, 2026
- Source: https://registry.modelcontextprotocol.io
