Get started with FarmerTasksAI

Choose your AI client below — setup takes under 5 minutes.

1

Install OpenClaw

If you don't have OpenClaw yet, download and install it from openclaw.ai. It runs on Mac and Windows.

2

Install FarmerTasksAI

Open a terminal and run:

openclaw skills install farmer

OpenClaw will download the skill, prompt you for your license key, and configure everything automatically. That's it.

3

Start using your tasks

Just describe what you need in plain language:

You type:
"I need help with Draft a USDA program application"

FarmerTasksAI finds the right task, confirms with you,
then runs it. Each task uses 1 credit.

Check your credit balance anytime: "Check my farmer 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.

→ Get 5 free credits at farmertasksai.com/signup

1

Requirements

  • Python 3.8 or laterdownload at python.org if needed
  • A FarmerTasksAI 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
⚠️ Mac users running macOS 14+ macOS may ask "python3 would like to access files in your Downloads folder" — click Allow. This is a one-time security prompt.
2

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
3

Run the Installer

Open a terminal (Mac: Terminal app  |  Windows: Command Prompt or PowerShell) and run:

# Navigate to the mcp folder
cd ~/Downloads/farmer/mcp

# Run the installer — it will prompt you for your license key
python3 install.py

The installer will:

  1. Detect your installed MCP clients (Claude Desktop, Cursor, Windsurf)
  2. Install the required Python packages automatically
  3. Back up your existing MCP config (nothing is lost)
  4. Configure FarmerTasksAI in all detected clients
4

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 farmer appear in your connected tools list.

5

Start Using Your Tasks

Just describe what you need in plain language:

You type:
"I need help with Draft a USDA program application"

FarmerTasksAI finds the right task, confirms with you,
then runs it. Each task uses 1 credit.

Check your credit balance anytime: "Check my farmer credits"


?

Manual Configuration

If you prefer to configure manually, add this to your MCP client's config file:

{
  "mcpServers": {
    "farmer": {
      "command": "python3",
      "args": ["/path/to/mcp/server.py"],
      "env": {
        "FARMERTASKSAI_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.

✓ Message sent! We'll reply within a few hours.