vincikit for Claude Desktop
io.github.idoco2003/vincikit
AI stack configurator with conversational interviews and intelligent recommendations
client:Claude Desktop
transport:stdio
runtime:npm
Install vincikit in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"vincikit": {
"command": "npx",
"args": [
"-y",
"@vincikit/mcp-server"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
"GEMINI_API_KEY": "<GEMINI_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs