CDK API MCP Server
@konokenj
About CDK API MCP Server
An MCP server provides AWS CDK API references and samples
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"konokenj.cdk-api-mcp-server": {
"command": "uvx",
"args": [
"konokenj.cdk-api-mcp-server@latest"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is CDK API MCP Server?
CDK API MCP Server provides AWS CDK API references and integration test code for sample. It bundles all documentation inside the released Python artifact, so it can be used offline. It is intended for developers working with the AWS Cloud Development Kit.
How to use CDK API MCP Server?
Add the server configuration to your mcp.json file using the uvx command: "command": "uvx", "args": ["konokenj.cdk-api-mcp-server@latest"]. Use list_resources() to discover available CDK API packages and modules, and read_resource(uri) to read specific documentation files.
Key features of CDK API MCP Server
- Serves static CDK API documentation as MCP resources.
- Supports both
aws-cdk-libstable modules and@aws-cdkalpha modules. - All documents are bundled inside the Python artifact for offline use.
- Provides integration test code samples.
Use cases of CDK API MCP Server
- Browse AWS CDK API references without a network connection.
- Integrate CDK documentation lookups into MCP‑compatible tools (e.g., Claude Desktop).
- Quickly retrieve sample integration test code for CDK constructs.
FAQ from CDK API MCP Server
What CDK API packages are available?
The server exposes two resource roots: cdk-api-docs://constructs/aws-cdk-lib for stable modules and cdk-api-docs://constructs/@aws-cdk for alpha modules.
Can I use it offline?
Yes. All documentation files are included in the released Python artifact, enabling offline usage.
How do I install it?
Add the server entry to your mcp.json file with command: "uvx" and the package name konokenj.cdk-api-mcp-server@latest. You need uv installed.
What is the runtime dependency?
The server is a Python package distributed via PyPI. It requires Python and the aws-cdk library (v2.200.1 as per the version badge).
Frequently asked questions
What CDK API packages are available?
The server exposes two resource roots: `cdk-api-docs://constructs/aws-cdk-lib` for stable modules and `cdk-api-docs://constructs/@aws-cdk` for alpha modules.
Can I use it offline?
Yes. All documentation files are included in the released Python artifact, enabling offline usage.
How do I install it?
Add the server entry to your `mcp.json` file with `command: "uvx"` and the package name `konokenj.cdk-api-mcp-server@latest`. You need `uv` installed.
What is the runtime dependency?
The server is a Python package distributed via PyPI. It requires Python and the `aws-cdk` library (v2.200.1 as per the version badge).
Basic information
More Developer Tools MCP servers
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
Altronis
sypherinMCP server + CLI for Altronis — Singapore AI consulting. Ask the Lyra consultant, generate a grant-matched AI transformation plan, pull curated SG AI events/news. Read-only, wraps altronis.sg.
Huoshan Test
volcengine
TaskerArmy Agent
TaskerArmyAsk Claude or ChatGPT what Shopify theme optimization tasks are pending on your store, a remote MCP server for TaskerArmy Agent accounts.
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
Comments