Local MCP

Connect an MCP-compatible client to Soon.

Soon exposes a local server that implements the Model Context Protocol (MCP). Soon is compatible with the MCP protocol, not with any particular client.

What Soon provides

Any MCP client that supports Streamable HTTP and Bearer authorization can connect using the details below.

Soon does not include or connect to an AI model. Software connected with your access token can read and modify your Soon projects.

Connection details

In Soon, open Settings, enable MCP access, then choose Copy Connection Details. Replace the placeholder below with the access token Soon copies.

Transport: Streamable HTTP
Endpoint: http://127.0.0.1:53621/mcp
Authorization: Bearer YOUR_ACCESS_TOKEN

Keep the token local

The token is copied locally and is not sent to this website. Treat it like a password: only provide it to software you trust on this Mac, and reset it in Soon if it may have been exposed.

Example client setup guides

Codex and Claude Code are examples of independently installed third-party MCP clients. Soon does not bundle, operate, or depend on either client. Other compatible MCP clients can connect using the same endpoint and Authorization header.