Claude Desktop Integration
How to integrate Claude Desktop with Aluvia's MCP server for enhanced AI capabilities.
Setup Guide
1
Get your Aluvia Token
- Go to Aluvia Credentials page
- Copy your Aluvia Token (it looks like:
2dceb1aa0***************************)
2
Configure your MCP server
- Open Claude Desktop
- Go to: Settings → Developer → Edit Config
- 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"
]
}
}
}
- Replace
YOUR_ALUVIA_TOKENwith your actual Aluvia Token from Step 1 - Save and restart Claude Desktop
3
Test it works
- Ask your AI: "What are my existing Aluvia credentials?"
- Claude will ask for permission - click "Allow"
- You should see a list of your Aluvia credentials returned from the MCP server