Vibe-check your code — personality types, energy ratings, aesthetic suggestions.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y mcp-vibe-checker
MCP client config
{
"mcpServers": {
"mcp-vibe-checker": {
"command": "npx",
"args": [
"-y",
"mcp-vibe-checker"
]
}
}
}