What is the io.github.dinosaur24/nodehero MCP server?
AI workflow error analysis for n8n, Make, Zapier, and 10+ platforms.
How to install io.github.dinosaur24/nodehero
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"nodehero": {
"command": "npx",
"args": [
"-y",
"nodehero-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"nodehero": {
"command": "npx",
"args": [
"-y",
"nodehero-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"nodehero": {
"command": "npx",
"args": [
"-y",
"nodehero-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"nodehero": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nodehero-mcp"
]
}
}
}Claude Code
claude mcp add nodehero -- npx -y nodehero-mcpRelated MCP servers
Generate realistic relational test data. 156 field types, 22 locales, JSON/CSV/SQL.
0
View repository →TypeScript
MIT