Extentos MCP Server
Give your AI coding agent the tools to build smart-glasses apps. Extentos is an MCP (Model Context Protocol) server that lets agents like Claude Code, Cursor, and Cline add smart-glasses capabilities - camera capture, voice triggers, live transcription, audio playback - to any Android or iOS app. The tools are deterministic: discovery, scaffolding, validation, and a browser-based simulator for end-to-end testing…. Its 38 documented tools cluster into read & search, update, create & write, generate connection module.
People connecting browser automation tools to Claude, Cursor, VS Code, or another MCP client.
VERIFIED ACTIVE
LAST COMMIT 2026-08-15 · ★ 2 · #34 OF 196 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25
MIT · how we verify → /methodology
01 · Install Extentos MCP Server
Claude Code
claude mcp add extentos-mcp-server -- npx -y @extentos/mcp-server Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"extentos-mcp-server": {
"command": "npx",
"args": [
"-y",
"@extentos/mcp-server"
]
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions
repo age created 2026-07-16 - young repo, little track record yet
license MIT - declared in the repository
npm package @extentos/mcp-server - published under the repo owner's npm scope (@extentos)
registry vendor namespace com.extentos - domain-verified with the official MCP registry
03 · What Extentos MCP Server can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can read the managed connection-page configuration, update the managed connection-page configuration, read the managed voice-assistant configuration (model, voice, memory, wake sound), and update the managed voice-assistant configuration.
Capability map
Tools grouped from the project's README - what Extentos MCP Server lets an agent do.
read & search
18 tools - e.g. SDK capability catalog, version/artifact info, and platform constraints; per-feature call shapes in Kotlin + Swift with gotchas; canonical end-to-end patterns (voice Q&A, photo-describe, live…
getPlatformInfo · getCapabilityGuide · getCodeExample · getMigrationGuide · getConnectionPageConfig · getAssistantConfig…
update
5 tools - e.g. update the managed connection-page configuration; update the managed voice-assistant configuration; store a credential for the project
setConnectionPageConfig · setAssistantConfig · setCredential · setSimVideo · setSimDevice
create & write
2 tools - e.g. upload a custom sound (earcons, wake sounds) to the project; mint a browser-simulator session for end-to-end testing
addProjectSound · createSimulatorSession
Generate Connection Module
1 tool - e.g. scaffold the connection UI, manifest, and platform config into your app
generateConnectionModule
Regenerate Connection Page File
1 tool - e.g. regenerate a managed connection-page file after config changes
regenerateConnectionPageFile
Adopt Connection Page File
1 tool - e.g. bring an existing connection-page file under managed configuration
adoptConnectionPageFile
Shutter
1 tool - e.g. trigger a camera shutter in the active simulator session
shutter
Inspect Integration
1 tool - e.g. read the current state of the integration in your repo
inspectIntegration
Latest releases
v0.11.57 · 2026-08-15
Serves SDK 2.3.0, which removes the automatic wake sound. · The SDK no longer plays a chime when the assistant wakes, and AssistantConfig.wakeSoundEnabled is gone (breaking - delete the line). If you want an activation…
v0.11.54 · 2026-08-12
Everything a fresh-agent audit of the audio-only iOS path produced, plus findings a real integration filed while wiring a browser simulator. One theme: the tool surface had drifted into a degraded copy of the website…
v0.11.53 · 2026-08-12
The project key, the one credential every Extentos app needs, was absent or wrong on every tool that should have named it. A real integration reached a release candidate holding an unresolved $(EXTENTOS_PROJECT_KEY)…
04 · Who maintains Extentos MCP Server
mcp-server is maintained by extentos. It's the only MCP server we track from this author; the repo dates to Jul 2026.
05 · Facts
- repository
- github.com/extentos/mcp-server
- category
- browser automation - ranked #34 of 196 actively-maintained browser automation servers as of 2026-08-25.
- release cadence
- 10+ releases in the last 90 days (latest 2026-08-15)
- registry
- com.extentos/mcp-server (active, first published 2026-07-16 · 18 versions)
- packages
- npm:@extentos/mcp-server
06 · Extentos MCP Server FAQ
Is Extentos MCP Server still maintained?
Yes - as of 2026-08-25, its last commit was 2026-08-15 and it shipped 10+ releases in the last 90 days. We re-verify nightly.
What can Extentos MCP Server do?
With this server connected, an agent can read the managed connection-page configuration, update the managed connection-page configuration, read the managed voice-assistant configuration (model, voice, memory, wake sound), and update the managed voice-assistant configuration.
How do I install Extentos MCP Server?
Run `npx -y @extentos/mcp-server`. You can also paste the ready-made client config above.
Does Extentos MCP Server run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Extentos MCP Server
Alternatives to Extentos MCP Server
Maintained browser automation servers if Extentos MCP Server isn't the fit.
- Chrome DevTools MCP MCP server for Chrome DevTools ★ 49,617 · 2026-08-23
- Server Browser MCP server for browser use access ★ 38,704 · 2026-08-05
- Playwright MCP Playwright Tools for MCP ★ 36,436 · 2026-08-21
- Mobile MCP MCP server for iOS and Android Mobile Development, Automation and Testing ★ 5,995 · 2026-08-18
- Agent Device (callstack) MCP server for mobile app automation: verify, control, and debug iOS, Android, TV, and desktop apps ★ 4,212 · 2026-08-24
- Agent Device (callstackincubator) Let AI agents inspect, control, and debug real iOS, Android, desktop, and TV apps ★ 4,211 · 2026-08-24
Pairs well with
Servers that cover what Extentos MCP Server doesn't - only shown when the pairing reason fits the companion.
- Firecrawl MCP Server → web scraping companion web scraping · ★ 7,310
- Tavily MCP → web scraping companion web scraping · ★ 2,351
- Codebase Memory → memory companion memory · ★ 40,198
- Memorix → memory companion memory · ★ 688
- Server Filesystem → filesystem companion filesystem · ★ 38,704
- X402 List MCP → filesystem companion filesystem · ★ 58
More browser automation MCP servers · Lan Direct · E2e Runner · Feedthrough · Scout · Flyto Core