Third-party client instructions
Connect Claude Code to Soon.
Claude Code is an independently installed third-party client. Soon does not bundle, operate, or receive data from it. This is one example client configuration. Soon's compatibility is based on the MCP protocol, not a client-specific integration.
Before you begin
Enable MCP access in Soon and copy the connection details. For the transport, endpoint, authorization, and token-safety overview, read the generic MCP setup guide.
Add Soon to mcpServers
Add this entry to the client's MCP configuration, replacing YOUR_ACCESS_TOKEN with the token copied from Soon.
{
"mcpServers": {
"soon": {
"type": "http",
"url": "http://127.0.0.1:53621/mcp",
"headers": {
"Authorization": "Bearer YOUR_ACCESS_TOKEN"
}
}
}
}
Reconnect after changes
Restart or reconnect the client after saving the configuration. If you reset the token in Soon, update this entry before reconnecting.