
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@chinchillaenterprises/mcp-amplify-docs
Advanced tools
MCP server providing AWS Amplify documentation and code generation tools
An MCP (Model Context Protocol) server that provides AWS Amplify documentation, code examples, and implementation patterns directly within Claude.
NEW: Production-tested patterns from actual deployed apps:
📍 Real-World Lambda + DynamoDB - ACTUAL working pattern:
@aws-amplify/backend/function/runtime
process.env
directly (NOT $amplify/env
)authMode: 'iam'
for Lambda functionspackage.json
only🎯 Enhanced Function Best Practices - New real-world-lambda-dynamodb
pattern
This version implements a hybrid approach to prevent common client-side errors:
📍 Automatic Client-Side Reminders - EVERY response now includes critical reminders:
Amplify.configure(outputs)
requirementpublicApiKey
instead of guest
for public access🎯 New Implementation Checklist Tool - get_amplify_implementation_checklist
This update specifically addresses the three most common Amplify errors that occur in browser consoles, ensuring Claude provides correct implementation guidance from the start.
This MCP server gives Claude instant access to AWS Amplify best practices and code generation for:
# Install with user scope
claude mcp add amplify-docs -s user -- npx @chinchillaenterprises/mcp-amplify-docs
# Start Claude to use the tools
claude
# Clone and build
cd mcp-amplify-docs
npm install
npm run build
# Add to Claude for testing
claude mcp add amplify-docs-dev -s user -- node $(pwd)/dist/index.js
get_auth_setup
Returns backend configuration for authentication:
get_auth_client_code
Provides client-side implementation examples:
get_storage_setup
Returns backend configuration for storage:
get_storage_operations
Provides client-side implementation examples:
get_data_setup
Returns backend configuration for data:
get_data_client_code
Provides client-side data operation examples:
get_data_integrations
External service integrations:
get_function_setup
Returns backend configuration for functions:
get_function_triggers
Provides Lambda trigger examples:
get_hosting_setup
Deployment and hosting configuration:
get_ssr_setup
Provides Next.js App Router SSR configuration:
get_troubleshooting
Solutions for common Amplify issues:
get_amplify_implementation_checklist
NEW in v1.5.0 - Get comprehensive implementation checklist for any Amplify feature:
This tool provides:
list_all_features
Shows all available Amplify features and tools
In Claude, you can ask:
To add more documentation:
src/index.ts
amplifyDocs
objectnpm run build
npm publish --access public
Part of the Chinchilla Enterprises MCP suite
FAQs
MCP server providing AWS Amplify documentation and code generation tools
The npm package @chinchillaenterprises/mcp-amplify-docs receives a total of 9 weekly downloads. As such, @chinchillaenterprises/mcp-amplify-docs popularity was classified as not popular.
We found that @chinchillaenterprises/mcp-amplify-docs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.