Back to MCP directory
publicPublicdnsLocal runtime

alexa-mcp-server

一个通过逆向工程实现Alexa语音助手MCP服务器的项目,利用拦截Android应用流量发现的非官方API端点。

article

README

🚀 Alexa MCP Server

Alexa MCP Server 是一个借助特定端点实现相关功能的服务。该实现通过拦截安卓 Alexa 应用的流量,发现了可使用的端点。你可以查看演示了解其效果。

查看演示:https://x.com/sijan2003/status/1969916996423946405

⚠️ 重要提示

Alexa 并没有通用的 /announce 端点供一般使用,因此本实现使用了通过 Burp Suite 拦截安卓 Alexa 应用流量发现的端点。

🚀 快速开始

📦 安装指南

请参考 SETUP.md 以获取两分钟快速设置说明。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client