stanza

GitHub

Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human languages

stanza MCP Server

MCP server for stanfordnlp/stanza

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "stanza": {
      "command": "npx",
      "args": [
        "-y",
        "@stanfordnlp/stanza"
      ]
    }
  }
}