AWS Amplify Data MCP Server provides a bridge between AI assistants and AWS Amplify Data APIs, enabling interaction with GraphQL-based data models through a standardized interface. This implementation authenticates with Amazon Cognito, introspects data models from Amplify outputs, and offers tools for listing models, querying relationships, and executing custom GraphQL operations. It handles authentication token refresh automatically and provides detailed model information, making it particularly useful for AI agents that need to access or manipulate data in Amplify-powered applications without requiring users to write complex GraphQL queries.
Lists all available data models in your Amplify app.
Shows detailed information about a specific model's fields and relationships.
Execute custom GraphQL queries and mutations for maximum flexibility. Handles all data operations (list, get, create, update, delete).
Shows relationships between models for complex data structures.
Shows all enum types available in your data models.
Authenticate manually if automatic authentication fails.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!