Set Up Amazon Devices Buildertools MCP
Amazon Devices Buildertools Model Context Protocol (MCP) server provides Vega specific meta data, tools, and capabilities for AI coding agents. With Amazon Devices Buildertools MCP, you can develop, test, and debug Vega apps faster and in an autonomous manner. It helps with development and implementing Vega specific best practices, testing, performance analysis, crash debugging, project setup, and Amazon specific feature integrations.
This is a quick start to get you up and running with Amazon Devices Buildertools MCP.
For full setup instructions and advanced configurations, see ReadMe.
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 Buildertools MCP collect or send my code, queries, or other confidential data to Amazon?
A: No. The Amazon Devices Buildertools 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 Buildertools 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 Buildertools 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 Buildertools MCP?
A: Amazon will introduce an optional developer survey to understand the usefulness and effectiveness of the Amazon Devices Buildertools MCP. Participation in this survey is voluntary. If you choose to provide feedback through the survey, only that feedback data is sent to Amazon. You always have full control over what information you choose to share.
Troubleshooting
If you encounter any issues, see Troubleshoot Amazon Devices Buildertools MCP.
Related topics
Last updated: Jan 21, 2026

