Ukrainian Language Reference (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 vars
UKR_VITAL_HUMAN_API UKR_VITAL_REFERENCE_API UKR_VITAL_MCP_TIMEOUTClaude 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
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.