Yaw Labs AWS MCP for Grok
io.github.yawlabs/aws-mcp
AWS MCP server — call any AWS API from AI assistants, with first-class SSO re-login
client:Grok
transport:stdio
runtime:npm
Install Yaw Labs AWS MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"aws-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@yawlabs/aws-mcp"
],
"env": {
"AWS_PROFILE": "<AWS_PROFILE>",
"AWS_REGION": "<AWS_REGION>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs