One endpoint, one header. Anything that speaks MCP over HTTP can drive your browser.
https://tabtunnel.dev/v1/mcp
| Transport | MCP Streamable HTTP |
| Method | POST — there is no server-to-client stream, so GET answers 405 |
| Protocol version | 2025-06-18 |
| Header | Authorization: Bearer tt_live_… |
Which one you use is decided by the app, not by you.
Mint one on the dashboard's Tokens page and put
it in an Authorization header. This is what Claude Code, Cursor,
Windsurf, Cline and anything you write yourself use.
Give it the endpoint above and nothing else. It reads the authorization server
off our 401, sends you here to approve, and comes back holding a
token it minted itself — which appears in your Tokens list like any other and is
revoked from there the same way. Claude.ai, Claude Desktop and ChatGPT
connectors take this path;
see the page for them.
Nothing is copied, so there is no secret to paste into the wrong window or leave in a config file. Prefer this wherever the app offers it.
mcp.json.Ask the agent to list your browsers. Once one comes back, the tool reference is what it can do with it — and the four rules on that page are worth reading before you wonder why it cannot see the tab you are looking at.
Is something here wrong, or missing? Tell us.