Set Up Amazon Devices Builder Tools MCP
Amazon Devices Builder Tools Model Context Protocol (MCP) server provides Vega specific meta data, tools, and capabilities for AI coding agents. With Amazon Devices Builder Tools MCP, you can develop, test, and debug apps faster and in an autonomous manner. It helps with development and implementing specific 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.
This is a quick start to get you up and running with Amazon Devices Builder Tools MCP.
For full setup instructions and advanced configurations, see ReadMe.
@amazon-devices/amazon-devices-buildertools-mcp) was previously called Vega DevTools (@amazon-devices/vega-devtools-mcp). If you have the previous version installed, delete @amazon-devices/vega-devtools-mcp from the config file and add @amazon-devices/amazon-devices-buildertools-mcp to receive the latest updates and features.Prerequisites
- Node.js (version compatible with npm).
- Vega SDK v0.22 or later.
Initialize project context
Add Vega-specific context documentation to your project for AI agents:
npx @amazon-devices/amazon-devices-buildertools-mcp@latest --init-context
This interactive command configures the MCP for your chosen AI agent (Cursor, Claude Code, GitHub Copilot, Amazon Kiro, Cline) and creates the appropriate context file for your agent.
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 only processed 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, but the assistant's data handling practices are governed by its provider. Please 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
In addition to telemetry, Amazon will introduce an optional developer survey to understand the usefulness and effectiveness 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.
Related topics
Last updated: Jan 21, 2026

