Skip to main content

Claude Desktop Integration

How to integrate Claude Desktop with Aluvia's MCP server for enhanced AI capabilities.

Setup Guide

1

Get your Aluvia Token

  1. Go to Aluvia Credentials page
  2. Copy your Aluvia Token (it looks like: 2dceb1aa0***************************)
2

Configure your MCP server

  1. Open Claude Desktop
  2. Go to: Settings → Developer → Edit Config
  3. Add this to your claude_desktop_config.json:
{
"mcpServers": {
"Aluvia": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.aluvia.io",
"--header",
"Authorization: Bearer YOUR_ALUVIA_TOKEN"
]
}
}
}
  1. Replace YOUR_ALUVIA_TOKEN with your actual Aluvia Token from Step 1
  2. Save and restart Claude Desktop
3

Test it works

  1. Ask your AI: "What are my existing Aluvia credentials?"
  2. Claude will ask for permission - click "Allow"
  3. You should see a list of your Aluvia credentials returned from the MCP server