Claude Code MCP Server Integration
How to integrate Claude Code with Aluvia's MCP server for enhanced AI capabilities.
Setup Guide
1
Prerequisites
Before you begin, ensure you have the following:
- Claude Code is installed and configured
- An Aluvia account (new users get free credit for testing, and then you can pay as you go)
- An Aluvia Token from the Credentials page
💡Tip
All requests must include your API key as: Authorization: Bearer YOUR_ALUVIA_TOKEN
2
Basic Configuration
Add the Aluvia MCP server to your Claude Code configuration:
claude mcp add Aluvia npx -y mcp-remote https://mcp.aluvia.io --header "Authorization: Bearer YOUR_ALUVIA_TOKEN"
Replace YOUR_ALUVIA_TOKEN with your actual Aluvia token.
3
Validation
Verify the integration by running:
claude mcp list
You should see the following output confirming successful connection:
aluvia: https://mcp.aluvia.io - ✓ Connected