MCP server for Alexa Skills Kit, a docs-and-scaffolding brain for building Alexa Skills.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ask-mcp": {
"command": "npx",
"args": [
"-y",
"Jnix2007/ask-mcp"
]
}
}
}
Run in terminal:
claude mcp add ask-mcp npx -y Jnix2007/ask-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"ask-mcp": {
"command": "npx",
"args": [
"-y",
"Jnix2007/ask-mcp"
]
}
}
}