AlexaTasker
AlexaTasker MCP
An MCP (Model Context Protocol) server that bridges Alexa+ to a real task and calendar assistant — powered by AWS Bedrock for AI-generated daily planning.
Built for the Fire TV / Alexa+ / Ring / Bee Hackathon — Alexa+ track + AWS Builder mini.
What it does
AlexaTasker exposes a set of tools over MCP (Streamable HTTP, spec 2025-11-25+) that let an Alexa+ agent manage your tasks conversationally:
add_task— add a new task, optionally with a due datelist_tasks— list current (or completed) taskscomplete_task— mark a task as doneplan_day— ask AWS Bedrock (Claude) to generate a time-blocked plan for your day based on your current task list
The idea: instead of manually opening a to-do app, you just tell Alexa+ "add a task to call the dentist tomorrow" or "plan my day," and AlexaTasker handles the logic behind the scenes.
Tech stack
Node.js + TypeScript
Express
@modelcontextprotocol/sdk(Streamable HTTP transport)AWS Bedrock (
@aws-sdk/client-bedrock-runtime)Zod for schema validation
Getting started
Prerequisites
Node.js 20+
An AWS account with Bedrock model access enabled
AWS IAM credentials scoped to Bedrock (
bedrock:InvokeModel)
Setup
Clone the repo:
git clone https://github.com/YOUR_USERNAME/taskbridge-mcp.git cd alexatasker-mcp
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/GroveGoals/AlexaTasker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server