Install OpenClaw
If you don't have OpenClaw yet, download and install it from openclaw.ai. It runs on Mac and Windows.
Install FuneralTasksAI
Open a terminal and run:
OpenClaw will download the skill, prompt you for your license key, and configure everything automatically. That's it.
Start using your tasks
Just describe what you need in plain language:
"I need help with Draft a funeral arrangement contract"
FuneralTasksAI finds the right task, confirms with you,
then runs it. Each task uses 1 credit.
Check your credit balance anytime: "Check my funeral credits"
💡 Don't have a license key yet?
Sign up for 5 free credits — no credit card required. Your license key is emailed to you immediately.
Requirements
- Python 3.8 or later — download at python.org if needed
- A FuneralTasksAI license key — you'll receive this by email after purchase, or get 5 free credits to get one now
- At least one supported MCP client — Claude Desktop, Cursor, or Windsurf
Download Your Package
After purchase, you'll receive an email with a personalized download link. Extract the zip file — you'll see two folders:
openclaw/— for OpenClaw users (see the OpenClaw tab above)mcp/— for Claude Desktop, Cursor, and Windsurf
Run the Installer
Open a terminal (Mac: Terminal app | Windows: Command Prompt or PowerShell) and run:
cd ~/Downloads/funeral/mcp
# Run the installer — it will prompt you for your license key
python3 install.py
The installer will:
- Detect your installed MCP clients (Claude Desktop, Cursor, Windsurf)
- Install the required Python packages automatically
- Back up your existing MCP config (nothing is lost)
- Configure FuneralTasksAI in all detected clients
Restart Your MCP Client
Fully quit and reopen Claude Desktop, Cursor, or Windsurf. MCP servers load at startup — a restart is required.
You should see funeral appear in your connected tools list.
Start Using Your Tasks
Just describe what you need in plain language:
"I need help with Draft a funeral arrangement contract"
FuneralTasksAI finds the right task, confirms with you,
then runs it. Each task uses 1 credit.
Check your credit balance anytime: "Check my funeral credits"
Manual Configuration
If you prefer to configure manually, add this to your MCP client's config file:
"mcpServers": {
"funeral": {
"command": "python3",
"args": ["/path/to/mcp/server.py"],
"env": {
"FUNERALTASKSAI_LICENSE_KEY": "your-license-key-here"
// paste the license key from your confirmation email
}
}
}
}
Config file locations:
- Claude Desktop (Mac):
~/Library/Application Support/Claude/claude_desktop_config.json - Claude Desktop (Windows):
%APPDATA%\Claude\claude_desktop_config.json - Cursor / Windsurf: Check Settings → MCP
Need Help?
Fill in the form and we'll get back to you within a few hours.