Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
This package provides a core Model Context Protocol (MCP) server that acts as a starting point for integrating with various AWS Labs MCP servers, offering tools for prompt understanding and translatio
Add this to your MCP client configuration:
{
"mcpServers": {
"aws-core-mcp-server": {
"command": "uvx",
"args": [
"awslabs.core-mcp-server@latest"
],
"env": {
"FASTMCP_LOG_LEVEL": "<Log level for FastMCP>"
}
}
}
}{
"id": "aws-core-mcp-server",
"name": "AWS Core MCP",
"description": "This package provides a core Model Context Protocol (MCP) server that acts as a starting point for integrating with various AWS Labs MCP servers, offering tools for prompt understanding and translatio",
"source_url": "https://github.com/awslabs/mcp/tree/HEAD/src/core-mcp-server",
"publisher_name": "awslabs",
"publisher_url": "https://github.com/awslabs",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 63633,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "awslabs.core-mcp-server"
},
"tools_count": 1
}