Skip to content
Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

vincikit in other clients