# 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://netmind-power.gitbook.io/netmind-power-documentation/~/changes/88/ai-services/mcp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
