alexa-skill-mcp-bridge

KayLerch/alexa-skill-mcp-bridge
★ 0 stars TypeScript AI/LLM Updated today
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.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "alexa-skill-mcp-brid": {
      "command": "npx",
      "args": [
        "-y",
        "KayLerch/alexa-skill-mcp-bridge"
      ]
    }
  }
}

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>