ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use NLP Cloud with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. High-performance NLP API for text summarization, entity extraction, classification, sentiment analysis, ASR, and translation.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 6 capabilities

The complete NLP Cloud capability set.

These are the exact actions your AI can choose when you ask it to work with NLP Cloud.

Capability set01 / 02

01-03

3 capabilities in this set.

Part of 6 available through NLP Cloud.

  1. 01

    Perform asr

    Provide the required JSON payload as per NLP Cloud docs. Extract text from audio or video files (ASR)

  2. 02

    Analyze sentiment

    Determine the sentiment of text

  3. 03

    Classify text

    Categorize text into predefined labels

Capability set02 / 02

04-06

3 capabilities in this set.

Part of 6 available through NLP Cloud.

  1. 04

    Extract entities

    Extract named entities (NER) from text

  2. 05

    Summarize text

    Summarize a block of text

  3. 06

    Translate text

    Provide the required JSON payload as per NLP Cloud docs. Translate text between languages

Observed, not estimated

878ms average. Fast in production.

NLP Cloud is checked daily against the live service.

Daily averagePeak 1097ms
Aug 20Today
Fastest day
712ms
Slowest day
1097ms
14-day trend
Slowing+26%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 6 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of NLP Cloud, so you can see the experience inside your AI.

It does not authenticate your account with NLP Cloud. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

NLP Cloud Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_TygJx4Ynpq3UrhtpB9CKQR9p9ecKrou9Sxa7mRBw/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — NLP Cloud capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "nlp-cloud-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_TygJx4Ynpq3UrhtpB9CKQR9p9ecKrou9Sxa7mRBw/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions NLP Cloud owners ask.

  • 01

    Can I summarize a long article using a specific model like BART?

    Yes! Use the summarize_text capability and specify the model (e.g., 'bart-large-cnn') along with your text. You can also enable use_gpu for faster processing.

  • 02

    How do I extract names and locations from a document?

    You can use the extract_entities capability. Provide the text and a NER model (like 'en_core_web_lg'), and the agent will return a list of identified entities such as persons, organizations, and locations.

  • 03

    Is it possible to transcribe audio files into text?

    Absolutely. Use the perform_asr capability with a model like 'whisper'. You'll need to provide a JSON payload containing the audio URL or data as required by the NLP Cloud API.