as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support

Set Up Amazon Devices Builder Tools MCP

The Amazon Devices Builder Tools Model Context Protocol (MCP) server provides Vega-specific metadata, tools, and capabilities for AI coding agents. With Amazon Devices Builder Tools MCP, you can develop, test, and debug apps autonomously. It helps with best practices, testing, performance analysis, crash debugging, project setup, and Amazon-specific feature integrations.

The Amazon Devices Builder Tools MCP doesn't collect, transmit, or store any of your confidential information. For details, see Privacy FAQ.

Amazon Devices Builder Tools MCP is a standalone npm package and isn't bundled with the Vega SDK. Install it separately using the steps on this page. For the full list of features, supported agents, manual configuration options, and tool reference, see the Amazon Devices Builder Tools MCP ReadMe.

Prerequisites

  • Node.js (version compatible with npm)
  • Vega SDK v0.22 or later

Initialize project context

Run the following command to install Amazon Devices Builder Tools MCP in your AI agent and add Vega-specific context to your project:

Copied to clipboard.

   npx -y @amazon-devices/amazon-devices-buildertools-mcp@latest --init-context

This interactive command configures the MCP server in your agent's settings and creates the appropriate context file for your project. It walks you through selecting your AI agent, choosing an installation directory, and handling existing context files.

For one-click installation options, manual configuration, and a list of supported agents, see the Amazon Devices Builder Tools MCP ReadMe.

Privacy FAQ

Q1: Does the Amazon Devices Builder Tools MCP collect or send my code, queries, or other confidential data to Amazon?

A: No. The Amazon Devices Builder Tools MCP doesn't collect, transmit, or store any of your confidential information, including:

  • 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

All interactions between the Amazon Devices Builder Tools MCP and your AI assistant happen locally on your machine. Your code and queries remain private and are processed only by your chosen AI assistant according to that assistant's own privacy policies.

Q2: What data does the AI assistant have access to?

A: Your AI assistant processes your queries and code according to its own privacy policy and terms of service. The Amazon Devices Builder Tools MCP provides tools and Vega-specific context to your assistant. The assistant's data handling practices are governed by its provider. Review your AI assistant's privacy policy to understand how it handles your data.

Q3: Will Amazon collect any data about my use of the Amazon Devices Builder Tools MCP?

A: Amazon collects anonymous telemetry data to improve the Amazon Devices Builder Tools MCP. This telemetry includes feature usage patterns, error rates, and performance metrics. You can disable telemetry collection in the MCP settings.

Important privacy protections:

  • 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.
  • Anonymous data only: Telemetry data doesn't include personally identifiable information.

Amazon also offers an optional developer survey to understand the usefulness of the Amazon Devices Builder Tools MCP. Participation in this survey is voluntary.

Troubleshooting

If you encounter any issues, see Troubleshoot Amazon Devices Builder Tools MCP.


Last updated: Feb 18, 2026