Core AWS MCP server providing prompt understanding and server management capabilities.
MCP server that provides a starting point for using the following awslabs MCP servers
Configure the MCP server in your MCP client configuration (e.g., for Amazon Q Developer CLI, edit ~/.aws/amazonq/mcp.json
):
{
"mcpServers": {
"awslabs.core-mcp-server": {
"command": "uvx",
"args": [
"awslabs.core-mcp-server@latest"
],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
},
"autoApprove": [],
"disabled": false
}
}
}
or docker after a successful docker build -t awslabs/core-mcp-server .
:
{
"mcpServers": {
"awslabs.core-mcp-server": {
"command": "docker",
"args": [
"run",
"--rm",
"--interactive",
"--env",
"FASTMCP_LOG_LEVEL=ERROR",
"awslabs/core-mcp-server:latest"
],
"env": {},
"disabled": false,
"autoApprove": []
}
}
}
The server exposes the following tools through the MCP interface:
prompt_understanding
- Helps to provide guidance and planning support when building AWS Solutions for the given promptMCP Server that connects AI agents to Chargebee platform.
A remote MCP server deployable on Cloudflare Workers without authentication.
Interact with Alpaca's market data and brokerage services via its API.
An MCP service for deploying HTML content to EdgeOne Pages and obtaining a publicly accessible URL.
A remote, auth-less MCP server deployable on Cloudflare Workers or locally via npm.
A server for interacting with the OpenAI API. Requires an API key.
Deploy a remote MCP server on Cloudflare Workers with OAuth login support, using Cloudflare KV for data storage.
Interact with Honeycomb observability data using the Model Context Protocol.
A remote, authentication-free MCP server deployable on Cloudflare Workers or locally via npm.
Send emails using AWS Simple Email Service (SES). Supports plain text, HTML, CC, BCC, reply-to, and email scheduling.