MCP Setup Guide
Connect Claude Desktop, Claude Code, or any MCP client to your Waxell workspace
Your MCP Server URL
Add this to your MCP client to get started
https://dev-mcp.waxell.dev/mcpAdd the MCP Server URL
Add the Waxell MCP server URL to your client's configuration. No API key needed — authentication is handled via OAuth.
Claude Desktop — claude_desktop_config.json
{
"mcpServers": {
"waxell": {
"url": "https://dev-mcp.waxell.dev/mcp"
}
}
}Claude Code — .mcp.json (project root)
{
"mcpServers": {
"waxell": {
"type": "url",
"url": "https://dev-mcp.waxell.dev/mcp"
}
}
}Restart Your Client
After saving the config file, restart Claude Desktop (or reload Claude Code). The MCP client will detect the new server and initiate the connection.
Sign In When Prompted
Your browser will open with the Waxell login page. Sign in with your email and password (and MFA code, if you have two-factor authentication enabled). Once authenticated, the connection is established automatically.
A secure API key is generated for your connection and will appear on the MCP Connections page.