Connect your AI client to AmDital in minutes. Choose your client below to see the exact setup steps.
Install Claude Desktop
Download and install Claude Desktop from claude.ai/download for your operating system.
Open the config file
Open the Claude Desktop config file in your text editor. The path depends on your OS:
# macOS
~/Library/Application Support/Claude/claude_desktop_config.json
# Windows
%APPDATA%\Claude\claude_desktop_config.jsonAdd the AmDital server
Paste the following into your config file (merge with existing mcpServers if any):
{
"mcpServers": {
"amdital": {
"url": "https://api-amdital-dev.diginnovators.site/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Replace YOUR_API_KEY
Generate an API key in AmDital → Settings → API Keys and paste it in place of YOUR_API_KEY.
Restart Claude Desktop
Quit and reopen Claude Desktop. You should see "amdital" in the tools panel.
Claude Desktop — connected tools panel screenshot
Need an API key?
Generate one in your workspace settings.