mcpbeat Sign in

Vynix MCP Server

answering

Vynix is answering right now. Last checked 4 min ago. 41 installs a week from npm. It exposes 17 tools. Last commit 22 Aug 2026.

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

Installs per day peak 16 · avg 9 · +68% w/w
a month agotoday
Uptime history 51 days of history · worst day 85%
51 days agonow
97.8%
Uptime 24h
89 of 91 checks
17
Tools
read from the server
607 ms
Response time
average over 24h
41
Installs / week
npm and PyPI

Vynix does not always answer

Over the last week it answered 97.3% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 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"
    }
  }
}

This one needs environment variables set before it will start: VYNIX_API_URL (Vynix API base URL. Defaults to https://www.vynix.in.), VYNIX_API_TOKEN (Personal access token generated at https://www.vynix.in/mcp.). The author declared them in the registry entry; get the values from the project itself.

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 1766 ms 4 min ago

Alternatives to Vynix

same job, measured the same way
Yocoolab
by jonahbkerr

Pin visual feedback on any live web page and send it to Claude Code, Cursor or your AI agent.

40 installs/wk local only
I
Mushi Mushi
by kensaurus

Bug translation for vibe coders: plain-English diagnosis + paste-ready fix in your AI coding agent

83 installs/wk answering
Project Memory MCP
by kaaustubh

Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.

59 installs/wk local only
SpecPilot
by specpilot

Generate and validate a .specs/ bundle for your repo, then hand it to your AI coding agent

2 tools answering
Ghostlink
by bgorzelic

Sandboxed repo access for coding agents: search, read, patch, run, git -- confined to a repo root.

local only
BugCatcher
by fdiosc

Bug reports, AI diagnosis, and status management for Cursor, Claude, Windsurf.

24 installs/wk local only
Toffu
by toffu

AI marketing platform your agent runs end to end: ads, analytics, content, and reports.

answering
Gread
by nitrorcr

An MCP server that gives your AI access to the source code and docs of all public github repos

5 tools answering

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 89 of 91 checks got a reply (97.8%), average response time 607 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 607 ms on average, which is faster than 23% 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 41 times in the last week. Week over week that is +68%. 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, 14 stars on GitHub and 6 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.