Easy and powerful mocking of AWS SDK v3 Clients
Easy and powerful mocking of AWS SDK v3 Clients. The aws mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 5 defined tools rather than through you.
Library recommended by the AWS SDK for JavaScript team - see the introductory post on the AWS blog.
The AWS SDK for JavaScript version 3, is the new version of SDK to use in Node.js and browser. It comes with modular architecture and improved typing, thanks to being written in TypeScript.
Everything the assistant can do here goes through one of these:
Import — The Import tool exposed by this serverMock — Create mock for all instances or for given instance of the AWS SDK Client:Inspect — Get calls of a specified command with given payload (you can force strict matching by passing third param strict: true):Jest — Custom Jest matchers simplify verification that the mocked Client was called with given CommandsVitest — // a PublishCommand was sent to SNS expect(snsMock).toHaveReceivedCommand(PublishCommand);Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
This sits in the cloud and infrastructure group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Aws's toolset — Import, Mock, Inspect and 2 more — is a fair guide to whether it matches your workflow. It is maintained by m-radzikowski; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Import | The Import tool exposed by this server. |
| Mock | Create mock for all instances or for given instance of the AWS SDK Client: |
| Inspect | Get calls of a specified command with given payload (you can force strict matching by passing third param strict: true): |
| Jest | Custom [Jest](https://jestjs.io/) matchers simplify verification that the mocked Client was called with given Commands. |
| Vitest | // a PublishCommand was sent to SNS expect(snsMock).toHaveReceivedCommand(PublishCommand); |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.