🤖AI
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 update
Install Node.js (includes npm):
brew install node
Add the Vaults.fyi MCP server configuration
Open the file:
~/Library/Application\ Support/Claude/claude_desktop_config.json
Insert the following snippet into the file (replace
your-api-key
with 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