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 promptA Python MCP server for Microsoft Entra ID (Azure AD) directory, user, group, device, sign-in, and security operations via Microsoft Graph.
Official MCP Server to deploy to Google Cloud Run.
Interact with the RAD Security platform which provides AI-powered security insights for Kubernetes and cloud environments.
An MCP service for deploying HTML content to EdgeOne Pages and obtaining a publicly accessible URL.
APISIX Model Context Protocol (MCP) server is used to bridge large language models (LLMs) with the APISIX Admin API, supporting querying and managing all resources in Apache APISIX.
Interact with Webflow APIs to list and edit your site and CMS data.
Server for using HuggingFace Spaces, supporting Images, Audio, Text and more. Claude Desktop mode for ease-of-use.
Deploy, configure & interrogate your resources on the Cloudflare developer platform (e.g. Workers/KV/R2/D1)
Interact with Twelve Data APIs to access real-time and historical financial market data for your AI agents.
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform.