data-ai MCP Server
Production Claude Code skills for n8n from a Verified Creator's 100+ workflows
Discovered via github-topic:mcp-server and last synced 3mo ago.
1. Install the package
npx n8n-claude-skills install
2. Add to claude_desktop_config.json
{
"mcpServers": {
"n8n-claude-skills": {
"command": "npx",
"args": [
"n8n-claude-skills"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
What it does