Vibe Check MCP Server
Rank #2,205io.github.PV-Bhat/vibe-check-mcp-server
MCP server providing vibe-check-server capabilities
Vibe Check MCP Server is a Model Context Protocol (MCP) server published by pv-bhat. It ranks #2,205 of 115,591 servers tracked on MCP Toplist, and its repository has 502 GitHub stars. Vibe Check MCP Server is listed across 5 registries — Official MCP, Smithery, PulseMCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Mar 22, 2025 and most recently updated on Sep 18, 2025.
Ranks ahead of 113,386 of 115,591 servers on MCP Toplist.
Use Vibe Check MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add vibe-check-mcp-server -e "YOUR_API_KEY=<your YOUR_API_KEY>" -- npx -y @pv-bhat/vibe-check-mcpReplace each placeholder with your own value before saving.
[mcp_servers.vibe-check-mcp-server]
command = "npx"
args = ["-y", "@pv-bhat/vibe-check-mcp"]
[mcp_servers.vibe-check-mcp-server.env]
YOUR_API_KEY = "<your YOUR_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vibe-check-mcp-server": {
"command": "npx",
"args": [
"-y",
"@pv-bhat/vibe-check-mcp"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vibe-check-mcp-server": {
"command": "npx",
"args": [
"-y",
"@pv-bhat/vibe-check-mcp"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"vibe-check-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pv-bhat/vibe-check-mcp"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vibe-check-mcp-server": {
"command": "npx",
"args": [
"-y",
"@pv-bhat/vibe-check-mcp"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vibe-check-mcp-server": {
"command": "npx",
"args": [
"-y",
"@pv-bhat/vibe-check-mcp"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.PV-Bhat%2Fvibe-check-mcp-server)<a href="https://mcptoplist.com/server/io.github.PV-Bhat%2Fvibe-check-mcp-server"><img src="https://mcptoplist.com/badge/io.github.PV-Bhat%2Fvibe-check-mcp-server.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (4 delisted)
pv-bhat
Other servers by pv-bhat
View all pv-bhat servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Sep 18, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Vibe Check MCP Server?
- Vibe Check MCP Server is maintained by pv-bhat, which publishes 7 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Vibe Check MCP Server listed on the Official MCP Registry?
- Yes — Vibe Check MCP Server is listed on the Official MCP Registry, alongside Smithery, PulseMCP, mcp.so and Glama.
- How many versions does Vibe Check MCP Server have?
- MCP Toplist tracks 2 versions of Vibe Check MCP Server, most recently published on Sep 18, 2025.
- Where can I find the source code for Vibe Check MCP Server?
- The source code for Vibe Check MCP Server is hosted at github.com/pv-bhat/vibe-check-mcp-server.