Add AgentValet to Anthropic's desktop app as a remote MCP server. OAuth consent runs in your browser, so there is no key to paste or store. Every tool call the app makes gets a cryptographic identity, scoped credentials, and a full audit trail.
Claude Desktop supports remote MCP servers with browser-based OAuth consent. AgentValet is a native OAuth 2.1 Authorization Server, so the app connects directly and the agent is provisioned a signing identity rather than a stored bearer token.
https://api.agentvalet.ai/mcp/v1/<owner-id>
app.agentvalet.ai to get your owner ID.https://api.agentvalet.ai/mcp/v1/<owner-id>agentvalet server entry into claude_desktop_config.json instead of using the Connectors UI.The Connectors UI is the recommended path. If you'd rather edit config yourself, add an agentvalet server entry to claude_desktop_config.json instead of using the Connectors UI.
{
"mcpServers": {
"agentvalet": {
"url": "https://api.agentvalet.ai/mcp/v1/<owner-id>"
}
}
}
The same controls every AgentValet runtime gets, applied to whatever Claude Desktop reaches for.
No credit card. Connect over OAuth, no key to manage.