- Builder Tools MCP Server — A standalone npm package that provides Amazon Devices metadata, tools, and capabilities to compatible AI coding agents.
- Builder Tools 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
- Vega SDK v0.22 or later (required only for Vega OS development workflows)
Get started
Run the following set-up command in your terminal (Bash or ZSH shell) to configure Amazon Devices Builder Tools for your AI agent and add Amazon Devices-specific context to your project: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:- Select your AI agent (for example, Cursor, Kiro, or Other/Custom).
-
Enter
y/nto automatically update your agent’s MCP settings file. - 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:
Builder Tools Agent Skills
Builder Tools Agent Skills are lightweight, modular, markdown-based (SKILL.md) instruction sets that guide your agent through verified steps for common Fire TV development and debugging workflows. Agent Skills trigger automatically when your prompt matches the skill’s metadata. The following skills are available:MCP tools
The Builder Tools MCP server provides the following tools to assist with Vega app development:MCP prompts
Builder Tools MCP provides the following pre-defined prompt templates for common workflows. Execute them using/prompts if your AI agent supports MCP Prompts:
Supported workflows
In addition to Agent Skills and MCP Prompts, Amazon Devices Builder Tools support the following workflows. For the full list of supported workflows, see the Amazon Devices Builder Tools ReadMe.Privacy FAQ
Does Amazon Devices Builder Tools collect or send my code, queries, or other confidential data to Amazon?
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.
What data does the AI assistant have access to?
What data does the AI assistant have access to?
Will Amazon collect any data about my use of Amazon Devices Builder Tools?
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

