Cursor MCP Setup

Connect Cursor AI to your JobTread data via MCP

What You'll Need

Step 1: Get Your Credentials

  1. Open JT Power Tools Popup
    Click the extension icon in your Chrome toolbar while on JobTread
  2. Go to the API Tab
    Click the "API" tab to find your Grant Key
  3. Go to the License Tab
    Click the "License" tab to find your License Key
  4. Copy Both Keys
    You'll need both for the configuration

Step 2: Open Cursor Settings

  1. Open Cursor
    Launch Cursor IDE
  2. Open Settings
    Press Cmd/Ctrl + , to open settings
  3. Search for MCP
    Type "MCP" in the search bar
  4. Open MCP Configuration
    Click "Edit in settings.json" or navigate to the MCP servers section

Step 3: Add Configuration

The Cursor MCP config file is typically located at:

Add the MCP Server Configuration

Add the following configuration:

{ "mcpServers": { "jobtread": { "url": "https://mcp.jobtread-tools.pro/sse", "headers": { "Authorization": "Bearer YOUR_LICENSE_KEY:YOUR_GRANT_KEY" } } } }
Replace Placeholders

Make sure to replace YOUR_LICENSE_KEY and YOUR_GRANT_KEY with your actual keys!

Step 4: Restart Cursor

  1. Save the Configuration
    Make sure your changes are saved
  2. Restart Cursor
    Close and reopen Cursor to load the new MCP server
  3. Verify in Settings
    Go back to MCP settings - you should see "jobtread" listed

Step 5: Test the Connection

Open Cursor's AI chat and try these prompts:

Using with Code

Cursor can use your JobTread data in context while coding. Try: "Generate a report template for the budget data from [job name]"

Available Tools

The MCP server provides these read-only tools:

Tool Description
search_jobs Search and list JobTread jobs
list_customers Get customer information
list_vendors Get vendor information
list_tasks Get tasks and to-dos
get_budgets Get budget details for jobs
knowledge_lookup Search knowledge base

Troubleshooting

MCP Server Not Showing

Connection Failed

No Data Returned

Next Steps