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 who work with android, ios and meta and want it reachable from Claude, Cursor, VS Code, or another MCP client.
VERIFIED ACTIVE
LAST COMMIT 2026-09-05 · ★ 2 · #56 OF 255 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-09-18
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
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.63 · 2026-09-05
First publish since 0.11.60. The npm account was locked out from 26 August to 4 September, so 0.11.61 and 0.11.62 never reached the registry; everything staged for them ships here. · Serves SDK 2.8.0. getPlatformInfo…
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…
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 #56 of 255 actively-maintained browser automation servers as of 2026-09-18.
- release cadence
- 10+ releases in the last 90 days (latest 2026-09-05)
- registry
- com.extentos/mcp-server (active, first published 2026-07-16 · 19 versions)
- packages
- npm:@extentos/mcp-server
06 · Extentos MCP Server FAQ
Is Extentos MCP Server still maintained?
Yes - as of 2026-09-18, its last commit was 2026-09-05 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 ★ 52,170 · 2026-09-17
- Server Browser MCP server for browser use access ★ 39,038 · 2026-09-11
- Playwright MCP Playwright Tools for MCP ★ 37,231 · 2026-09-17
- Aihawk AI browser agent: browses, clicks, types, and reads real web pages from plain-English instructions. ★ 31,628 · 2026-09-18
- SeleniumBase MCP Stealthy browser automation, testing, and web-scraping via CDP Mode. ★ 13,024 · 2026-09-18
- Mobile MCP MCP server for iOS and Android Mobile Development, Automation and Testing ★ 6,744 · 2026-09-16
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,478
- Tavily MCP → web scraping companion web scraping · ★ 2,390
- Codebase Memory → memory companion memory · ★ 43,715
- Memorix → memory companion memory · ★ 785
- Server Filesystem → filesystem companion filesystem · ★ 39,038
- Pdf MCP → filesystem companion filesystem · ★ 135
More browser automation MCP servers · Lan Direct · E2e Runner · Feedthrough · Scout