mcpbeat

Vynix MCP Server

in.vynix/vynix-mcp
answering

Vynix is answering right now. Last checked 3 min ago. 320 installs a week from npm. It exposes 17 tools. Last commit 28 Jul 2026.

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

Installs per day peak 232 · avg 12 · +1180% w/w
a month agotoday
Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
91 of 91 checks
17
Tools
read from the server
588 ms
Response time
average over 24h
320
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.

run in your terminal
claude mcp add vynix-mcp --transport http https://mcp.vynix.in/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vynix-mcp": {
      "url": "https://mcp.vynix.in/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vynix-mcp]
url = "https://mcp.vynix.in/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "vynix-mcp": {
      "url": "https://mcp.vynix.in/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vynix-mcp": {
      "url": "https://mcp.vynix.in/mcp"
    }
  }
}

Available tools 17

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

annotation
get_annotation
Fetch one annotation with its full captured context: page, target element (selector, XPath, styles), surrounding DOM, and runtime diagnostics (console + network).
get_annotation_analysis
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.
get_annotation_screenshots
Return the region screenshots attached to an annotation as viewable images, so you can see exactly what the reporter pointed at.
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).
update_annotation_status
Update an annotation’s status, e.g. to mark it in_progress or completed.
activity
get_activity
Recent activity feed for a project (status changes, comments, issues, members).
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.
comment
add_comment
Add a comment to an annotation’s thread, e.g. to record what you changed. Notifies the team.
comments
list_comments
Read the discussion thread on an annotation.
diagnose
diagnose_annotation
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.
generate
generate_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.
github
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.
members
list_members
List a project’s team members, including role and status.
metrics
get_metrics
Overview of your projects: KPI counts, status breakdown, a daily time series, and recent activity.
project
list_project_issues
List every tracker issue across a project, with an open/closed/agent summary.
projects
list_projects
List the Vynix projects you own.
share
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.

Endpoints

URLTransportStateLatencyChecked
https://mcp.vynix.in/mcp streamable-http answering 599 ms 3 min ago

Vynix — questions

Answers built from our own checks of this server.

What can Vynix do?
It exposes 17 tools, read directly from the server on our last check. Among them: add_comment, create_github_issue, create_share_link, diagnose_annotation, generate_prompt, get_activity and 11 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Vynix working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 588 ms. The bar chart above shows every period we have measured.
How do I connect Vynix?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Vynix need an API key?
No. Vynix completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 17 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Vynix?
It answers our handshake in 588 ms on average, which is faster than 17% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Vynix?
The npm package @usevynix/mcp-server was installed 320 times in the last week. Week over week that is +1180%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vynix open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.