RECOMMENDED · MCP SERVER

The fastest way: install as an MCP server

Add MFKVault directly inside Claude Desktop, Cursor or Windsurf — no CLI needed.

Add to Claude Desktop
Config file path (macOS):
~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "mfkvault": {
      "command": "npx",
      "args": ["-y", "@mfkvault/mcp-server"],
      "env": {
        "MFKVAULT_API_KEY": "mfk_agent_YOUR_KEY_HERE"
      }
    }
  }
}
MFKVault CLI

Install any AI skill with one command

The official command-line interface for MFKVault. Search, add, and manage AI helpers directly from your terminal.

Install globally with npm:

Terminal
npm install -g mfkvault-cli

Works on Mac, Windows, and Linux

Example Commands

Everything you need to manage your AI helpers

Install a skill to your AI agent

mfkvault install linear

Search for skills in the registry

mfkvault search "code review"

List all installed MFKVault skills

mfkvault list

Update a skill to the latest version

mfkvault update linear

Why Use the CLI?

Auto-Detection

Automatically detects your installed AI agent and installs skills to the correct location.

Easy Updates

Keep your skills up-to-date with a single command. Never miss new features or security patches.

Quick Search

Search the entire MFKVault registry from your terminal without opening a browser.

Ready to get started?

Install the CLI and add your first skill in under 30 seconds.