Test an MCP server on a physical Alexa+ device today. An Alexa Skill stands in for an Alexa+ add-on, and a Strands agent on Amazon Bedrock AgentCore Runtime emulates the Alexa+ orchestrator: it picks your tools, handles elicitation, and speaks the results. TypeScript, one config file, one CDK stack.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"alexa-skill-mcp-brid": {
"command": "npx",
"args": [
"-y",
"KayLerch/alexa-skill-mcp-bridge"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add alexa-skill-mcp-brid npx -y KayLerch/alexa-skill-mcp-bridge
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"alexa-skill-mcp-brid": {
"command": "npx",
"args": [
"-y",
"KayLerch/alexa-skill-mcp-bridge"
]
}
}
}
📋 Copy
README Excerpt
<p align="center"> <a href="https://github.com/KayLerch/alexa-skill-mcp-bridge/actions/workflows/ci.yml"><img alt="CI" src="https://github.com/KayLerch/alexa-skill-mcp-bridge/actions/workflows/ci.yml/badge.svg"></a> <a href="LICENSE"><img alt="License: Apache-2.0" src="https://img.shields.io/badge/license-Apache--2.0-blue"></a>