errands-mcp
v1.0.0
Published
Local stdio MCP server that bridges Claude Desktop and Cursor to the Instawork Errands HTTP MCP endpoint.
Maintainers
Readme
errands-mcp
Local stdio MCP server that bridges Claude Desktop, Cursor, and other MCP clients to the Instawork Errands HTTP MCP endpoint.
Setup
Generate an access token at errands.instawork.ai/get-started.
Add this server to your MCP client config:
{ "mcpServers": { "errands": { "command": "npx", "args": ["-y", "errands-mcp", "iwmcp_YOUR_TOKEN_HERE"] } } }Restart your MCP client. The
errandstool will appear in the available tool list.
Usage
Once connected, ask your AI assistant something like:
"Use Instawork to pick up my dry cleaning at Main Street Cleaners by Friday at 5pm."
Configuration
Override the endpoint (e.g. for local development) with the ERRANDS_MCP_URL env var:
ERRANDS_MCP_URL=http://localhost:8080/api/mcp npx errands-mcp <token>License
MIT
