CDK API MCP Server
Provides an offline AWS CDK API reference.
CDK API MCP Server
Provide AWS CDK API references and integration test code for sample. Can be used in offline because all documents are included in the released python artifact.
Usage
Add to your mcp.json:
{
"mcpServers": {
"konokenj.cdk-api-mcp-server": {
"command": "uvx",
"args": ["konokenj.cdk-api-mcp-server@latest"]
}
}
}
MCP Server Capabilities
Resource: CDK API packages
Registered as static resources. To get available modules under the package, call list_resources() as MCP client.
cdk-api-docs://constructs/@aws-cdk... Alpha modules published in@aws-cdknamespacecdk-api-docs://constructs/aws-cdk-lib... Stable modules inaws-cdk-libpackage
Resource Template: List modules in package
To get available documents under the module, call read_resource(uri) as MCP client.
cdk-api-docs://constructs/@aws-cdk/{module}cdk-api-docs://constructs/aws-cdk-lib/{module}
Resource Template: Read file contents
To read a document, call read_resource(uri) as MCP client.
cdk-api-docs://constructs/@aws-cdk/{module}/{file}cdk-api-docs://constructs/aws-cdk-lib/{module}/{file}
License
Distributed under the terms of the MIT license.
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
pip Package README MCP Server
Fetch READMEs, metadata, and search for Python packages on PyPI.
Unity-MCP
A bridge between the Unity game engine and AI assistants using the Model Context Protocol (MCP).
Remote MCP Server
An example of a remote MCP server deployable on Cloudflare Workers, customizable by defining tools.
MCP Builder
A Python-based server to install and configure other MCP servers from PyPI, npm, or local directories.
MCP Github OAuth
An MCP server with built-in GitHub OAuth support, deployable on Cloudflare Workers.
Juniper Junos MCP Server
An MCP server for interacting with Juniper Junos network devices using LLMs.
Code Sandbox MCP
A secure sandbox for executing code in Docker containers, providing a safe environment for AI applications.
REPL MCP Server
A universal REPL session manager supporting Python, Node.js, Ruby, and more, with session management and LLM-assisted recovery.
MCP Crypto Wallet EVM
Perform EVM crypto wallet operations using ethers.js v5. Supports a private key environment variable for wallet operations.
Image
Fetch and process images from URLs, local file paths, and numpy arrays, returning them as base64-encoded strings.