← Back to browse

Ukrainian Language Reference (vitalinguist)

Indexed by io.github.vitalinguist

About

Ukrainian grammar/surzhyk check + authentic-rendering lookup. Wraps ukr.vitalinguist.com API.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsUKR_VITAL_HUMAN_API UKR_VITAL_REFERENCE_API UKR_VITAL_MCP_TIMEOUT
Claude Code
claude mcp add --env UKR_VITAL_HUMAN_API= --env UKR_VITAL_REFERENCE_API= --env UKR_VITAL_MCP_TIMEOUT= ukr-vitalinguist-mcp -- uvx ukr-vitalinguist-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"ukr-vitalinguist-mcp","command":"uvx","args":["ukr-vitalinguist-mcp"],"env":{"UKR_VITAL_HUMAN_API":"","UKR_VITAL_REFERENCE_API":"","UKR_VITAL_MCP_TIMEOUT":""}}'
JSON
{
  "mcpServers": {
    "ukr-vitalinguist-mcp": {
      "command": "uvx",
      "args": [
        "ukr-vitalinguist-mcp"
      ],
      "env": {
        "UKR_VITAL_HUMAN_API": "",
        "UKR_VITAL_REFERENCE_API": "",
        "UKR_VITAL_MCP_TIMEOUT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.