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-cdk
namespacecdk-api-docs://constructs/aws-cdk-lib
... Stable modules inaws-cdk-lib
package
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
ComfyUI MCP Server
An image generation server that connects to a local ComfyUI instance via its API, supporting dynamic workflows.
MCP Simple Server
A simple MCP server with streamable HTTP transport that supports basic math tools like add and multiply.
MCP Aggregator
An MCP (Model Context Protocol) aggregator that allows you to combine multiple MCP servers into a single endpoint allowing to filter specific tools.
MCP Front
An OAuth 2.1 proxy for MCP servers that enables single sign-on with Google, domain validation, and per-user tokens.
Remote MCP Server on Cloudflare (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication, featuring customizable tools.
PolyMarket
Access prediction market data from the PolyMarket API.
D2 MCP Server
Generate, render, and manipulate D2 diagrams with incremental editing capabilities.
Just Prompt
A unified interface for various Large Language Model (LLM) providers, including OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama.
Frame0 MCP Server
Create and modify wireframes in the Frame0 app through natural language prompts.
Unimus MCP Server
A read-only server for the Unimus network configuration management system.