Vibelens MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 90 installs a week from npm. Last commit 8 Jun 2026.
VibeLens MCP tool for AI to visualize code changes with inline annotations in VS Code/Cursor
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add vibelens-mcp -- npx -y vibelens-mcp
{
"mcpServers": {
"vibelens-mcp": {
"args": [
"-y",
"vibelens-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.vibelens-mcp]
command = "npx"
args = ["-y", "vibelens-mcp"]
{
"mcpServers": {
"vibelens-mcp": {
"args": [
"-y",
"vibelens-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"vibelens-mcp": {
"args": [
"-y",
"vibelens-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.