Skip to content
Getting started

MCP quickstart

Connect Claude to your Lightfield workspace using MCP.

This guide shows how to connect Claude to your workspace in Lightfield using MCP.

Navigate to claude.ai to get started.

  1. Go to Settings -> Connectors -> Add custom connector.
  2. Enter the server URL: https://mcp.lightfield.app/mcp and a name (e.g. Lightfield).
  3. Save the connector.
  1. Go to Settings -> Connectors.
  2. Find Lightfield in the list.
  3. Click Connect.
  4. Complete the OAuth flow in the browser window that opens.

Run the following command in a terminal.

Terminal window
claude mcp add --transport http lightfield https://mcp.lightfield.app/mcp

Then run /mcp in Claude Code, select lightfield, and complete the OAuth flow.

Lightfield exposes a Streamable HTTP MCP server with OAuth 2.1 authentication. Any MCP client that supports this transport can connect using the server URL above. If you run into issues, please contact us.

Once connected, the following tools are available to your MCP client:

ToolDescription
get_current_userGet your user identity, including name, email, and role.
search_lightfield_api_docsBrowse available API endpoints and resources.
get_lightfield_api_detailsGet detailed documentation for a specific API endpoint.
read_from_lightfieldRead data from your Lightfield workspace.
write_to_lightfieldCreate or update records in your Lightfield workspace.
  • Connector not visible in Claude.ai: Confirm a Claude organization owner has added Lightfield as a custom connector (see above), then check Settings -> Connectors.
  • OAuth does not complete: Retry the flow and finish authentication in the browser window that opens.
  • Another MCP client not connecting: Ensure the client supports Streamable HTTP transport with OAuth 2.1. If issues persist, contact us.
  • Objects in Lightfield — Learn which records are available.
  • API Reference — Explore the underlying API for accounts, contacts, opportunities, notes, tasks, and more.
  • Workflows — Learn how Lightfield agents and workflows use MCP-connected tools.