# MCP

## Cursor

1. Go to the "Cursor Settings"

<figure><img src="https://2171129615-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fzj4sv2NjN42aoPb00bj8%2Fuploads%2FxZzrslE13ywgvdhz7vWN%2Fimage.png?alt=media&#x26;token=cbf32168-6dde-4a08-a4b2-e9c998fe63ef" alt=""><figcaption></figcaption></figure>

2. click "Add new global MCP server"

<figure><img src="https://2171129615-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fzj4sv2NjN42aoPb00bj8%2Fuploads%2Fao7mlXazKuVvAOUkoeAb%2Fimage.png?alt=media&#x26;token=db67a012-3808-40c0-8591-027aaa0a39f8" alt=""><figcaption></figcaption></figure>

3\. copy the "MCP server config" to the opened editor (ex. for "Parse\_PDF" service)

{% hint style="info" %}
Replace the "\<api\_token>" with real api token
{% endhint %}

```json
{
    "mcpServers": {
      "parse_pdf": {
        "url": "https://mcp.netmind.ai/sse/<api_token>/parse-pdf/sse"
      }
    }
}
```

4\. now you can call the mcp service by chatting with cursor

<figure><img src="https://2171129615-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fzj4sv2NjN42aoPb00bj8%2Fuploads%2FKhSJsxbZBQWN34sEexDN%2Fimage.png?alt=media&#x26;token=fa457b71-9f49-43ca-8696-d54465307f82" alt=""><figcaption></figcaption></figure>

## Claude

1. go to "Settings--Developer", and click Edit Config. It will open the forlder where "claude\_desktop\_config.json" is located.&#x20;

<figure><img src="https://2171129615-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fzj4sv2NjN42aoPb00bj8%2Fuploads%2FAPXZlZ36Sw78932UG0lG%2Fimage.png?alt=media&#x26;token=575e33d5-517d-4111-9b4c-87a7098f4c90" alt=""><figcaption></figcaption></figure>

2. open the "claude\_desktop\_config.json" and copy the "MCP server config" to the opened editor (ex. for "Parse\_PDF" service)

{% hint style="info" %}
Replace the "\<api\_token>" with real api token
{% endhint %}

```json
{
    "mcpServers": {
      "parse_pdf": {
        "url": "https://mcp.netmind.ai/sse/<api_token>/parse-pdf/sse"
      }
    }
}
```

4\. now you can call the mcp service by chatting with claude

<figure><img src="https://2171129615-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fzj4sv2NjN42aoPb00bj8%2Fuploads%2FkgQiwL9XMtHK0PDHPt4Z%2Fimage.png?alt=media&#x26;token=3723c7ef-aae2-4d7b-8e97-69ab09dbe7ff" alt=""><figcaption></figcaption></figure>
