# Connect GeoPard MCP

GeoPard MCP enables AI assistants to securely interact with your GeoPard agronomic data through the Model Context Protocol (MCP).

Below you will find guides on how to connect GeoPard MCP to popular MCP-compatible AI clients such as Claude, ChatGPT, and Cursor. General connection steps and configuration details are also provided.

{% hint style="success" %}
A valid GeoPard account is required to use GeoPard MCP.
{% endhint %}

## Anthropic Claude

{% hint style="warning" %}
This tutorial is applicable if you're using Claude on the **Pro, Team, or Enterprise** plan.

If you're on the **Free** plan, please use the generic approach with the desktop app, described [**below**](#generic-mcp-client).
{% endhint %}

{% @arcade/embed flowId="gqTjhhCctYzHczazfed3" url="<https://app.arcade.software/share/gqTjhhCctYzHczazfed3>" %}

## OpenAI ChatGPT

{% hint style="warning" %}
Only **owners** and **admins** can configure GeoPard MCP servers in ChatGPT **Team**, **Enterprise**, and **Edu** workspaces.
{% endhint %}

{% hint style="warning" %}
Developer Mode is required because the GeoPard MCP server is not an official ChatGPT connector.
{% endhint %}

{% @arcade/embed flowId="oueHr62tYRkrrDkxbBYc" url="<https://app.arcade.software/share/oueHr62tYRkrrDkxbBYc>" %}

## Cursor

{% @arcade/embed flowId="x1Y7zj7wwvS3Td0ADIsQ" url="<https://app.arcade.software/share/x1Y7zj7wwvS3Td0ADIsQ>" %}

## Generic MCP Client

**Add the GeoPard MCP server** using the endpoint: [**https://mcp.geopard.tech/mcp**](https://mcp.geopard.tech/mcp) \
or by adding the GeoPard MCP server to the **MCP configuration file** for your client in the section. \
The result configuration file should look similar to the following JSON.

```json
{
  "mcpServers": {
    "GeoPard PROD": {
      "url": "https://mcp.geopard.tech/mcp"
    }
  }
}
```

**Authenticate** using your GeoPard account credentials.

{% hint style="warning" %}
If authentication fails and the client cannot establish a connection,  please **submit a request via “Report Issue” in the GeoPard web app.**&#x20;

Some MCP clients may require a slight additional configuration adjustment in the authentication flow in GeoPard to establish a connection.
{% endhint %}
