AWS Core MCP
Query AWS services and manage infrastructure across accounts.
Share:
About
AWS Labs' MCP suite: describe EC2/S3/Lambda/RDS resources, tail CloudWatch logs, inspect IAM, and orchestrate common ops. Uses the standard AWS credentials chain (env, SSO, IAM roles) so it respects existing least-privilege policies. A good foundation for cloud-cost and on-call agents.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Install AWS Core MCP
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"aws-core": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-aws-core"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"aws-core": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-aws-core"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"aws-core": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-aws-core"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.