> For the complete documentation index, see [llms.txt](https://netmind-power.gitbook.io/netmind-power-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://netmind-power.gitbook.io/netmind-power-documentation/~/changes/88/ai-services/mcp.md).

# MCP

## Cursor

1. Go to the "Cursor Settings"

<figure><img src="/files/BnYXeubKZNNoMdG2boGM" alt=""><figcaption></figcaption></figure>

2. click "Add new global MCP server"

<figure><img src="/files/yosqTvlr8EiBDfVgQAWM" 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="/files/6EWvGHx00RfZXs38BxOZ" 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="/files/AfClCAxu4kT2HHy19SGd" 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="/files/WLjFnNaz5vYqxsQsXSJV" alt=""><figcaption></figcaption></figure>
