PluginBench
MCP Server

NLP Tools - Sentiment, NER, Toxicity & Language Detection MCP Server

io.github.fasuizu-br/nlp-tools

What is the NLP Tools - Sentiment, NER, Toxicity & Language Detection MCP server?

Toxicity, sentiment, NER, PII detection, and language identification tools

How to install NLP Tools - Sentiment, NER, Toxicity & Language Detection

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "nlp-tools": {
      "url": "https://apim-ai-apis.azure-api.net/mcp/nlp/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "nlp-tools": {
      "serverUrl": "https://apim-ai-apis.azure-api.net/mcp/nlp/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "nlp-tools": {
      "type": "http",
      "url": "https://apim-ai-apis.azure-api.net/mcp/nlp/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "nlp-tools": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://apim-ai-apis.azure-api.net/mcp/nlp/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http nlp-tools https://apim-ai-apis.azure-api.net/mcp/nlp/mcp

Related MCP servers

Background removal, 4x upscaling, and face restoration via GPU

View repository →

Pronunciation scoring, speech-to-text, and text-to-speech for language learning

View repository →