- MCP Server — A standalone npm package that provides Amazon Devices metadata, tools, and capabilities to compatible AI coding agents.
- Agent Skills — Lightweight, modular, markdown-based instruction sets that guide your agent through Fire TV development workflows.
- Steering documents — Context files that ground your AI assistant in Amazon Devices best practices.
Prerequisites
- Node.js 18 or later. If the MCP server fails to start on Node v26 with an SQLite3 bindings error, use Node v24. See Troubleshoot Amazon Devices Builder Tools.
- Vega SDK v0.22 or later — required only for Vega app development workflows. Fire OS workflows don’t require the Vega SDK.
Get started
To configure Amazon Devices Builder Tools for your AI agent and add Amazon Devices-specific context to your project, run the following command in your terminal (Bash or ZSH shell):init-context, the command checks for updates and downloads new capabilities automatically.
When the command completes successfully, you see output similar to:
Interactive mode (default)
When running in interactive mode, you’re guided through:- Choose your AI agent (for example, Cursor, Kiro, or Other/Custom).
- Enter
y/nto automatically update your agent’s MCP settings file.
✅ MCP configuration updated and continues to the context document path prompt.
- Choose the default context document installation path or enter a custom path.
- Choose action:
merge(add new content to existing file),update(overwrite existing file), orsave(write to a new file).
Non-interactive mode
Use command-line options to skip prompts and automate the setup process:Check agent setup status
After installing the MCP server and context documents, verify your setup using thecheck-status command:
- Context document installation status and version
- MCP configuration status
- Detection of legacy configurations
Verify setup
After installation, first runcheck-status to confirm your configuration is correct (see Check agent setup status). Then confirm your agent can access Amazon Devices Builder Tools. In your AI agent’s chat, enter:
analyze_perfetto_traces, get_app_hot_functions, list_documents, read_asset, read_document, search_documentation, and symbolicate_acr.
Then try an Amazon Devices-specific prompt:
Privacy FAQ
Q1: Does Amazon Devices Builder Tools collect or send my code, queries, or other confidential data to Amazon?
Q1: Does Amazon Devices Builder Tools collect or send my code, queries, or other confidential data to Amazon?
- Your code samples or app source code.
- Your queries or prompts to the AI assistant.
- Your project files or configurations.
- Any other developer data or intellectual property.
Q2: What data does the AI assistant have access to?
Q2: What data does the AI assistant have access to?
Q3: Will Amazon collect any data about my use of Amazon Devices Builder Tools?
Q3: Will Amazon collect any data about my use of Amazon Devices Builder Tools?
- No confidential data is collected: Your queries, code samples, project files, or any other developer-created content are never sent to Amazon.
- Local processing: The MCP runs entirely on your local machine. The only exception is documentation search queries (see Q1).
- Anonymous data only: Telemetry data doesn’t include personally identifiable information.
Troubleshooting
If you encounter any issues, see Troubleshoot Amazon Devices Builder Tools for AI-Powered Development.Related topics
- Amazon Devices Builder Tools ReadMe
- Build your app
- Run your app on Vega Virtual Device or Fire TV Stick
- App Performance Best Practices
- Debug Crashes

