
Taskrabbit
Connect your agent to TaskRabbit so it can discover and book home services and taskers via MCP.
Overview
io.github.markswendsen-code/taskrabbit is a MCP server for the Build phase that lets AI agents book TaskRabbit home services and taskers.
What is this MCP server?
- stdio MCP server @striderlabs/mcp-taskrabbit v0.1.0 on npm
- Book home services and taskers from agent sessions
- GitHub source at markswendsen-code/mcp-taskrabbit
- Pattern for local-services conversational booking prototypes
- Pairs with other Strider Labs consumer MCP servers for multi-brand demos
- Server schema version 0.1.0
- npm identifier @striderlabs/mcp-taskrabbit
- stdio transport
What problem does it solve?
Founders coordinating moves, repairs, or assembly waste time in the TaskRabbit app when their agent cannot initiate bookings on command.
Who is it for?
Solo builders prototyping concierge agents or automating personal home-service scheduling from Claude Code or Cursor.
Skip if: Property managers who need insured, contract-backed integrations with TaskRabbit’s official partner programs.
What do I get? / Deliverables
With the server registered, your agent can invoke MCP tools to explore and book TaskRabbit services from the same session as your code work.
- Stdio MCP config for @striderlabs/mcp-taskrabbit
- Agent-accessible booking and service-discovery tools
- Prototype flow for conversational TaskRabbit scheduling
Recommended MCP Servers
Journey fit
Home-services booking via MCP is an integration you add while extending agent capabilities during build, not during launch distribution planning. TaskRabbit is an external marketplace API exposed through MCP stdio tools, fitting the integrations subphase.
How it compares
Marketplace booking MCP, not a project-management or invoicing skill.
Common Questions / FAQ
Who is io.github.markswendsen-code/taskrabbit for?
Indie developers and agent users who want TaskRabbit booking tools inside MCP-enabled coding agents for demos or personal ops.
When should I use io.github.markswendsen-code/taskrabbit?
Use it during build-phase integrations when you are testing how an agent schedules home services or compares tasker options.
How do I add io.github.markswendsen-code/taskrabbit to my agent?
Install @striderlabs/mcp-taskrabbit, add stdio MCP configuration, and supply TaskRabbit account credentials following the GitHub repo instructions.