Extentos MCP
Extentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses
Ads
Overview
The Extentos MCP server (\@extentos/mcp-server\) is an npm package an AI agent (Claude Code, Cursor, Windsurf, Cline) installs once and then uses to add Meta Ray-Ban smart-glasses capabilities to a native iOS or Android app. It exposes a tight set of deterministic tools across 10 categories — discovery, generation, agent configuration, credentials, analytics, guidance, validation, simulation, production-readiness, and documentation — plus a CLI for account linking, telemetry consent, and update checks. This is the agent's operating manual.
Installation
claude mcp add extentos -- npx -y @extentos/mcp-server@latest
Configuration
Configuration example is not available yet.
Capabilities
- Scaffold a smart-glasses app
Ask your agent to run `generateConnectionModule` to bootstrap the iOS/Android module with Gradle/SPM wiring, permissions, and manifest in one shot.
- Get canonical code patterns
Use `getCodeExample` to pull full Kotlin/Swift implementations for voice assistants, live transcription, photo description, and other SDK capabilities.
- Validate integration correctness
Run `validateIntegration` to check manifests, permissions, dependencies, and bootstrap calls before testing, catching issues early.
- Drive simulator sessions
Create and operate browser-based sessions with `createSimulatorSession`, inject transcripts or hardware buttons, and assert tool calls for agent-driven E2E testing.
- Debug with event traces
Fetch structured logs via `getEventLog` filtered by errors, voice, camera, display, or AI to diagnose issues in live sessions.
- Check production readiness
Run `getProductionChecklist` for a personalized pre-ship audit covering credentials, permissions, and store-listing requirements.
Tags
- documentation
- document
- mobile
- development
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.