AI
Instructions for using vaults.fyi with AI tools
Claude Code
Claude Desktop
Here is a brief guide on how to configure Claude Desktop to use vaults.fyi via the MCP server. (MacOS Instructions)
Install Homebrew (if you don’t already have it)
Visit https://brew.sh/ and follow the instructions there.
Install Node.js via Homebrew
Update Homebrew:
brew updateInstall Node.js (includes npm):
brew install node
Add the vaults.fyi MCP server configuration
Open the file:
~/Library/Application\ Support/Claude/claude_desktop_config.jsonInsert the following snippet into the file (replace
your-api-keywith your personal Vaults.fyi API key):{ "mcpServers": { "vaults": { "command": "npx", "args": [ "@vaultsfyi/mcp" ], "env": { "VAULTS_API_KEY": "your-api-key" } } } }
Restart Claude Desktop
Once you’ve saved the configuration file, restart Claude Desktop. The Vaults.fyi MCP server should now be available for your use. The small "hammer icon" at the bottom of Claude window should say "1 MCP Tool available" (or more if you installed others).

Last updated