search_webapps_docs — semantic search over Display Web Apps guides and referencessearch_webapps_docs for Display Web Apps questions.https://mcp.developer.meta.com/wearables
Use https://wearables.developer.meta.com/docs/develop/webapps/ai-assisted-mcp/ to configure AI-assisted Meta Ray-Ban Display Web Apps development. Inspect this project and AI tool setup first. If the Web Apps AI Coding plugin is missing, install it using the instructions for my tool. Add the Wearables MCP endpoint https://mcp.developer.meta.com/wearables, verify that the plugin skills and search_webapps_docs are available, and ask search_webapps_docs what I should install and check before building my first Web App. Do not edit app code until both tools are ready and the test query returns relevant guidance.
/plugin marketplace add https://github.com/facebook/meta-wearables-webapp /plugin install meta-wearables-webapp@meta-wearables
claude mcp add --transport http wearables https://mcp.developer.meta.com/wearables
claude mcp add --transport http wearables --scope project https://mcp.developer.meta.com/wearables
claude mcp list
search_webapps_docs are available.Use the installed Web Apps plugin for implementation guidance. Then ask search_webapps_docs what I should install and check before building my first Meta Ray-Ban Display Web App.
codex plugin marketplace add https://github.com/facebook/meta-wearables-webapp
/plugins, select Meta Wearables, and install the Web Apps plugin. Then add the Wearables MCP server:codex mcp add wearables --url https://mcp.developer.meta.com/wearables
codex mcp list
search_webapps_docs are available.Use the installed Web Apps plugin for implementation guidance. Then ask search_webapps_docs what I should install and check before building my first Meta Ray-Ban Display Web App.
git clone https://github.com/facebook/meta-wearables-webapp.git cd meta-wearables-webapp ./install-skills.sh cursor
wearables.HTTP.https://mcp.developer.meta.com/wearables as the URL.{
"mcpServers": {
"wearables": {
"type": "http",
"url": "https://mcp.developer.meta.com/wearables"
}
}
}
search_webapps_docs are available, then ask Cursor Chat to search the Web Apps docs through the MCP tool.npx @modelcontextprotocol/inspector
Streamable HTTP.https://mcp.developer.meta.com/wearables.Direct.search_webapps_docs is present.search_webapps_docs with a query such as viewport size, and request Markdown output if your client exposes a format option.HTTP instead of Streamable HTTP, use the HTTP option with the same URL.I want to build my first Meta Ray-Ban Display Web App with an AI coding assistant. What should I install and check before I start?
Returns the recommended AI Coding plugin and MCP setup before project scaffolding.What viewport size should a Display Web App use?
Returns the fixed viewport guidance and related display constraints.How do I handle arrow key and Enter input?
Returns input guidance for directional navigation and selection events.How do I test a Web App on Meta Ray-Ban Display glasses?
Returns setup, hosting, and testing steps for loading a Web App onto glasses.What Web APIs are supported for sensors and location?
Returns guidance for motion, orientation, and geolocation APIs.| Symptom | Likely cause | Fix |
|---|---|---|
The server does not connect | The client is still using an old or cached URL | Re-enter https://mcp.developer.meta.com/wearables and reconnect |
No tools appear | The client did not finish initialization | Reconnect, then run initialize before tools/list |
The client asks for auth | The server was configured with stale custom headers | Remove custom auth headers and reconnect |
Search results are too broad | The query is too vague | Include Web Apps, a guide name, or an exact capability in the query |