Getting Started
Claude Desktop
Connect the Avvyr MCP Server to Claude Desktop
Add the server to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"avvyr": {
"type": "url",
"url": "https://mcp.avvyr.com/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
Replace YOUR_API_KEY with the API key from your Avvyr dashboard.
Restart Claude Desktop after saving the config file for changes to take effect.