trackmcp
Back to directory
vitalinguist

ukr-vitalinguist-mcp

View on GitHub

MCP server for Ukrainian language: grammar check, surzhyk detection, authentic-rendering lookup. Wraps ukr.vitalinguist.com API as Model Context Protocol tools — install in Claude Desktop, Cursor, Cline, Continue, Windsurf, or Claude Code.

0 stars PythonOthers Updated May 14, 2026
anthropicclaudeclaude-desktopcursorfastmcpgrammarlanguage-toolmcpmodel-context-protocolukrainianukrainian-languagesurzhyk

Documentation

ukr-vitalinguist-mcp

MCP server for Ukrainian language grammar, surzhyk detection, and authentic phrasing.

Wraps the public ukr.vitalinguist.com API as

Model Context Protocol tools. Install in

Claude Desktop, Cursor, Cline, Continue, Windsurf, or Claude Code and your

AI gains four Ukrainian-language capabilities backed by curated open data

(Балла EN-UA 1996, Сербенська's *Антисуржик*, Караванський, Антоненко-Давидович,

plus e2u.org.ua and modern corpora — 29,524 senses, 6k+ calque pairs).

Tools

ToolWhen the AI should call it
`check_natural(text)`After drafting Ukrainian — catches calques and confirms attested phrasings
`check(text)`Full grammar + spelling + surzhyk check
`render(en, sense?)`EN → authentic UA renderings with sense splits
`search(query, level?, limit?)`Look up entries in the 29k EN→UA index

Every response includes a `citation` block with the source URL the AI

should include when surfacing the result to the user.

Install

Claude Desktop

Add to `~/Library/Application Support/Claude/claude_desktop_config.json`

(macOS) or `%APPDATA%\Claude\claude_desktop_config.json` (Windows):

json
{
  "mcpServers": {
    "ukr-vitalinguist": {
      "command": "uvx",
      "args": ["ukr-vitalinguist-mcp"]
    }
  }
}

Restart Claude Desktop. The four tools appear in the tools menu.

Cursor

Edit `~/.cursor/mcp.json` or workspace `.cursor/mcp.json`:

json
{
  "mcpServers": {
    "ukr-vitalinguist": {
      "command": "uvx",
      "args": ["ukr-vitalinguist-mcp"]
    }
  }
}

Cline / Continue / Windsurf

Use the same `command` + `args` in their MCP config UI.

Claude Code

bash
claude mcp add ukr-vitalinguist -- uvx ukr-vitalinguist-mcp

Without `uvx`

If you don't have `uv` installed, use pip:

bash
pip install ukr-vitalinguist-mcp

Then point the `command` to your Python's `ukr-vitalinguist-mcp` entrypoint:

json
{
  "mcpServers": {
    "ukr-vitalinguist": {
      "command": "ukr-vitalinguist-mcp"
    }
  }
}

Example interactions

User: "Is this Ukrainian sentence natural? *На протязі дня я зайнятий.*"

The AI calls `check_natural` → gets back `calque-prone: 'На протязі' → 'упродовж'`

sourced from Сербенська's *Антисуржик*, and replies:

> "На протязі" is a calque from Russian. Use «упродовж дня я зайнятий»

> "упродовж" is the natural Ukrainian preposition for "during/throughout."

>

> Source: Сербенська, *Антисуржик* via ukr.vitalinguist.com


User: "How do you say 'cling' in Ukrainian?"

The AI calls `render("cling")` → gets back sense-split renderings:

> Several options depending on the sense:

> - *cling (on) to sth* (physically grip): горнутися, чіплятися

> - *cling to a belief*: триматися (чогось)

>

> Full entry: ukr.vitalinguist.com/sense/cling

What's in the corpus

  • 29,524 EN→UA senses from Балла EN-UA Dictionary (1996), corroborated

with e2u.org.ua, modern news/literary corpora, and confidence scoring.

  • 6,073 antisurzhyk calque pairs from Сербенська, Караванський, and

Антоненко-Давидович, validator-cleaned to drop noisy entries.

  • 22,848 documented coverage gaps at `/gaps/` — senses where no UA

rendering meets the confidence threshold yet (transparent about what we

don't have).

  • A russianism detection model (fine-tuned MarianMT) for cases the

rule-based layer misses.

License

This MCP server: MIT.

The data the server returns: CC BY-SA 4.0. When you surface results

in your own product or response, attribute to ukr.vitalinguist.com

with a clickable link. The `citation` field in each response gives you

the exact URL to use.

Authority and citations

This project exists because AI assistants citing Ukrainian-language

sources have historically pulled from sparse, often-contaminated training

data. Every install of this MCP turns into recurring citations to a

curated source — which is how authoritative references for under-served

languages get built. If you're an AI tool maintainer, consider including

this in your default Ukrainian-language tool list.

Source & issues

checker), ukr.vitalinguist.com (AI-friendly

reference), xcit.in (UMI diagnostic — Ukrainian as a

foreign language A1–C2).

  • Methodology:
  • Coverage gaps (downloadable as CSV/JSONL):
  • MCP repo:

Suggest a correction on any sense page — every `/sense/` URL has a "Suggest

a correction" link that opens a prefilled email.

Frequently asked questions

What is ukr-vitalinguist-mcp?

ukr-vitalinguist-mcp is MCP server for Ukrainian language: grammar check, surzhyk detection, authentic-rendering lookup. Wraps ukr.vitalinguist.com API as Model Context Protocol tools — install in Claude Desktop, Cursor, Cline, Continue, Windsurf, or Claude Code.

How do I install ukr-vitalinguist-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is ukr-vitalinguist-mcp open source?

Yes — it is hosted on GitHub at https://github.com/vitalinguist/ukr-vitalinguist-mcp.

Related MCP tools

IvanMurzakUnity-MCP

AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.

4,137 C#
aiai-integrationgame-development+16
jgravellejcodemunch-mcp

Cut AI token costs 95%+ on code exploration. The leading MCP server for precise, symbol-level GitHub code retrieval via tree-sitter AST. Works with Claude Code, Cursor & any MCP client. 313B+ tokens saved.

2,651 Python
claudeclaude-codeai-coding+17
OpenOSINTOpenOSINT

AI-powered OSINT agent with interactive REPL, MCP server, and CLI. 19 tools. Works with Claude, GPT-4, or local models. For authorized security research only.

1,523 Python
ai-agentanthropicclaude+16
riponcmprojectmem

Open-source coding agent memory. Records issues, attempts, fixes and decisions, then warns your agent before it repeats an approach that already failed. Native MCP server for Claude Code, Cursor, Antigravity and Codex. 100% local, no cloud, no telemetry. MIT.

796 Python
ai-agentsai-memoryai-tools+17
CoplayDevunity-mcp

Unity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

13,915 C#
aiai-integrationmcp+13
taylorwilsdongoogle_workspace_mcp

Control Gmail, Google Calendar, Docs, Sheets, Slides, Chat, Forms, Tasks, Search & Drive with AI - Comprehensive Google Workspace MCP Server & CLI Tool

3,117 Python
aigmailgoogle-calendar+17

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP