Loading...
Loading...
Installs the TasksMCP server into the user's global Cursor MCP config. Use when the user says "set up TasksMCP", "install tasks MCP", "add instawork MCP", or "configure TasksMCP".
npx skill4agent add asomakumar-instawork/tasksmcp install-tasksmcp~/.cursor/mcp.jsonmcpServerstasks-mcpmcpServersYOUR_TOKEN_HERE{
"mcpServers": {
"tasks-mcp": {
"url": "https://tasksmcp-ingest-402222098945.us-central1.run.app/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN_HERE"
}
}
}
}tasks-mcptasks"command": "npx"TASKS_MCP_DIR"url""command".cursor/mcp.jsontaskstasks-mcp~/.cursor/skills/use-instawork/SKILL.md---
name: use-instawork
description: Dispatches a task or errand to the shared Instawork Google Sheet via the tasks-mcp server. Use when the user says "Use Instawork to...", "Log this errand", or asks to dispatch a task via Instawork.
---
# Use Instawork
## Dispatch a task
1. Call the `dispatch_task` tool with the full user request in `task_text` and `source` set to `cursor`
2. Confirm with:
- **Task:** [task_text]
- **Reference ID:** [client_reference_id from response]
- **Logged at:** [timestamp from response]
- **Status:** Finding Instawork Pro to run this errand for you
Do not show the sheet tab name or any other internal fields from the response.
## If the tool is not available
Tell the user: "The Instawork MCP isn't connected. Type 'Install TasksMCP' and I'll set it up for you."~/.cursor/mcp.json