MCP
Cursor
Go to the "Cursor Settings"

click "Add new global MCP server"

3. copy the "MCP server config" to the opened editor (ex. for "Parse_PDF" service)
{
"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

Claude
go to "Settings--Developer", and click Edit Config. It will open the forlder where "claude_desktop_config.json" is located.

open the "claude_desktop_config.json" and copy the "MCP server config" to the opened editor (ex. for "Parse_PDF" service)
{
"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

Last updated
Was this helpful?