An MCP server that makes sessions from Claude Code, OpenAI Codex, Gemini CLI and opencode available to any MCP compatible client.
If you already use Ai Sessions MCP, the ai sessions mcp mcp server is the piece that lets your assistant work with it directly. An MCP server that makes sessions from Claude Code, OpenAI Codex, Gemini CLI and opencode available to any MCP compatible client.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Setup — After installation, configure your MCP client to use the binary:Authentication — Opens your browser to generate a CLI token. The token is saved locally in ~/.aisessions/config.jsonOptions — The Options tool exposed by this serverlist_available_sources — Shows which AI CLI coding agents have sessions on your systemlist_sessions — The list_sessions tool exposed by this serversearch_sessions — Searches session content using BM25 ranking. Returns results sorted by relevance score with contextual snippetsget_session — The get_session tool exposed by this serverSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Plenty of browser automation servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Ai Sessions MCP's toolset — Setup, Authentication, Options and 4 more — is a fair guide to whether it matches your workflow. It is maintained by yoavf; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Setup | After installation, configure your MCP client to use the binary: |
| Authentication | Opens your browser to generate a CLI token. The token is saved locally in ~/.aisessions/config.json. |
| Options | The Options tool exposed by this server. |
| list_available_sources | Shows which AI CLI coding agents have sessions on your system. |
| list_sessions | The list_sessions tool exposed by this server. |
| search_sessions | Searches session content using BM25 ranking. Returns results sorted by relevance score with contextual snippets. |
| get_session | The get_session tool exposed by this server. |
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.