A comprehensive collection of resources for Amazon Q Developer, including cheatsheets, tutorials, guides, and custom MCP servers to enhance your development experience.
- MCP Setup Guide - Complete guide for setting up Model Context Protocol with Amazon Q CLI
- Web Scraper MCP Server - Custom MCP server for web scraping and React app testing
- Node.js MCP Server - Custom MCP server for Node.js development and npm management
This repository includes custom MCP (Model Context Protocol) servers that extend Amazon Q's capabilities:
Located in ./mcp-servers/web-scraper/, this server provides:
- Web page scraping and content extraction
- React application testing and interaction
- Multi-browser support (Chromium, Firefox, WebKit)
- Screenshot capture and page analysis
- Dynamic content handling for modern web apps
Located in ./mcp-servers/nodejs/, this server provides:
- Node.js script execution and command running
- NPM package management and operations
- Package.json analysis and information
- Version checking for Node.js and npm
- Working directory support for project management
- MCP Setup: Follow the MCP Setup Guide to configure Model Context Protocol
- Install Servers: Set up the custom MCP servers from the
mcp-servers/directory - Start Developing: Use Amazon Q with enhanced capabilities through custom tools
- Cheatsheets: Quick reference guides for Amazon Q features
- Tutorials: Step-by-step guides for common development tasks
- Best Practices: Recommended approaches for using Amazon Q effectively
- Custom Tools: MCP servers that extend Amazon Q's functionality
- Configuration Examples: Ready-to-use configurations for various scenarios
Feel free to contribute additional guides, MCP servers, or improvements to existing documentation.