MCP Server

Bob Tools MCP

Connect Claude, Cursor, Claude Code and other AI agents to your Bob Tools workspace via the Model Context Protocol

Server URL
https://api.bob.tools/mcp

What it does

Give your AI assistant direct access to your Bob Tools workspace. Read and write records, manage fields, run integrations — all in natural language, right inside Claude, Cursor or any MCP-compatible client.

Manage records

"Add a new client and create an invoice for $5,000"

Search & analyze

"Show all overdue payments from last quarter"

Build forms with AI

"Create a field inspection form with photo capture"

One command. Done.

The fastest way to connect — pick your client below.

Claude Code (CLI)

Run in your terminal:

claude mcp add --transport http bob-tools https://api.bob.tools/mcp

Cursor

One-click install — opens Cursor and asks for confirmation:

Add to Cursor

Codex CLI

For OpenAI's Codex CLI:

codex mcp add bob-tools --url https://api.bob.tools/mcp

Through app settings

Prefer clicking instead of typing? Use the in-app settings.

Claude Desktop & claude.ai

  1. Open Settings → Connectors (in the desktop app or on claude.ai).
  2. Scroll down and click Add custom connector.
  3. Name it Bob Tools and paste the server URL:
    https://api.bob.tools/mcp
  4. Click Add, then sign in with your Bob Tools account when prompted.

Custom connectors require a paid Claude plan (Pro / Max / Team / Enterprise).

Cursor

  1. Open Cursor Settings (Cmd/Ctrl ,).
  2. Go to Tools & MCP.
  3. Click New MCP Server.
  4. Set name to bob-tools and URL to:
    https://api.bob.tools/mcp
  5. Save — the server appears as Enabled.

Other MCP clients

Continue, Zed, Windsurf, custom agents — any MCP-compatible client. Add this entry to its config:

{
  "mcpServers": {
    "bob-tools": {
      "url": "https://api.bob.tools/mcp"
    }
  }
}

See the MCP spec for client-specific config locations.

Authentication

The first time you call any tool, the client will open a browser window to sign in to your Bob Tools account. After that, the session is remembered — no extra setup.

Mobile or no-OAuth client?

Available tools

bob_records

Create, read, update and delete records across any of your forms.

bob_fields

Define and modify form fields — text, numbers, files, references, AI fields.

bob_views

Configure list, table and card views with filters and grouping.

bob_files

Upload, fetch and reference files attached to records.

bob_images

Work with images stored in records — including AI OCR results.

bob_imports

Bulk-import data from spreadsheets and other sources.

bob_actions

Trigger automations and workflow actions on records.

bob_integrations

Manage connected integrations — Sheets, Drive, Stripe and more.

bob_telegram

Configure Telegram bots and route messages to your forms.

bob_chats

Read and post into chat threads connected to records.

bob_shares

Generate and revoke shared portal links for external collaborators.

bob_company

Read company-level settings, members and roles.