HTTP — recommended
Maximum compatibility for a client on the same computer.
http://127.0.0.1:60080/mcpMCP AI setup
Use the local Streamable HTTP endpoint for the simplest setup, or the per-installation HTTPS endpoint when the client requires TLS. Both expose the same installed MCP tool catalog.
Connection
Social Browser exposes the same MCP AI capability catalog over local HTTP and HTTPS.
Maximum compatibility for a client on the same computer.
http://127.0.0.1:60080/mcpEncrypted local transport. Strict clients may need the installation public certificate.
https://127.0.0.1:60081/mcpConfiguration
Client products use different config file names, but the MCP server concept is the same.
{ "name": "social-browser", "transport": "streamable-http", "url": "http://127.0.0.1:60080/mcp" }Setup
Most connection problems come from transport, certificate or stale-catalog issues rather than the browser workflow itself.
Open Social Browser MCP AI settings and confirm the intended operation policies.
Start with local HTTP. Use HTTPS only when the client requires a secure URL.
Use tools/list / Agent Discovery and do not hard-code stale tool assumptions.
Allow, Ask or Block is controlled by the device owner at operation level.
Use stable Profile identity and rediscover runtime tabs/windows after reconnect.
If a long task fails, inspect capability truth and readiness before retrying blindly.
Security
The endpoints are local-only by default. Remote access requires explicit server binding and network security configuration; changing the IP in a client does not enable remote access.