mcpbeat Sign in

Word Aligner MCP Server

by tinygodsdev Your server? Claim it
answering

Word Aligner is answering right now. Last checked 8 min ago. It exposes 1 tools. Last commit 15 Sep 2026.

Turn a phrase and its translation into a shareable word-alignment diagram.

Uptime history 54 days of history · worst day 99%
54 days agonow
100.0%
Uptime 24h
91 of 91 checks
1
Tools
read from the server
237 ms
Response time
average over 24h
5
Stars
last commit 15 Sep 2026

What changed 2

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 22 August 2026. No other catalogue keeps this.

22 Aug a tool description was rewritten create_word_alignment
22 Aug a tool changed the parameters it asks for create_word_alignment

Nothing serious here today

Today is the operative word: we check Word Aligner every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 8 min ago.

run in your terminal
claude mcp add word-aligner --transport http https://aligner.tinygods.dev/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "word-aligner": {
      "url": "https://aligner.tinygods.dev/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.word-aligner]
url = "https://aligner.tinygods.dev/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "word-aligner": {
      "url": "https://aligner.tinygods.dev/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "word-aligner": {
      "url": "https://aligner.tinygods.dev/mcp"
    }
  }
}

Available tools 1

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

word
create_word_alignment
Create a shareable Word Aligner diagram that shows which words match across two or more stacked lines of text (a translation and its source, an interlinear gloss, IPA, etc.). Returns a URL that opens the interactive diagram, plus a preview image. Use this when the user wants to translate a phrase and show word correspondences, align a translation with its source (including RTL scripts like Hebrew or Arabic, or vertically written ones like Japanese and Mongolian), or build a Leipzig-style interlinear gloss. Word indices are 0-based token positions. Tokenize each line the same way the tool does before assigning indices: - Whitespace always splits ("I have been going" -> I[0] have[1] been[2] going[3]). - The characters in settings.tokenSplitChars (default ".-|") also split and are then removed from the rendered text, so "go.PST.IPFV" becomes three tokens (go, PST, IPFV) and the dots disappear. For Leipzig glosses set tokenSplitChars to "-|" to keep the dots. - Punctuation stays attached by default ("Hello, world!" -> Hello,[0] world![1]). - In RTL lines, word 0 is the logically first word (rightmost on screen); index in reading order. - Japanese and Chinese are written without spaces and nothing is segmented for you: put spaces where the alignment units should be. For a vertically written script set settings.axis to "columns". Every line then becomes a vertical column and the connectors run sideways. Set orientation per line: "vertical" stacks the characters (Japanese, Chinese), "sideways" rotates the line a quarter turn (traditional Mongolian, and Latin runs inside vertical text), "upright" leaves a translation as horizontal word boxes. The first line is the leftmost column, so for Japanese and Chinese, whose columns read right to left, list the translation first and the script second. Each alignment is [lineA, wordA, lineB, wordB]; the two lines must be neighbours in the stack (|lineA - lineB| = 1), which means one above the other in rows and side by side in columns. To express many-to-one, list each target word as its own tuple. Tokens that share a connection group get the same color automatically.

Endpoints

URLTransportStateLatencyChecked
https://aligner.tinygods.dev/mcp streamable-http answering 224 ms 8 min ago

Alternatives to Word Aligner

same job, measured the same way
Content
by latentnoise

Turn URLs, files and text into media, transcripts, summaries, translations and PDF.

1 076 installs/wk local only
Superfact
by superfact

Turn any AI chat or agent run into a beautiful, shareable public page.

answering
I
Phrase MCP
by phrase

Phrase MCP server: language intelligence platform for translation, terminology, and quality.

answering
Loc8ID
by loc8id

Turn a GPS coordinate into a shareable short link and QR code, as your own signed-in account.

answering
Dep Diff MCP
by digicatalyst-systems

Translates a lockfile diff into a human-readable upgrade plan for npm, PyPI, and GitHub Actions.

56 installs/wk 2 tools answering
AI Dance MCP
by rocnubie

Turn photos into realistic dance videos with AI motion transfer.

local only
Speed Reader
by archerionlabs

Turn any article, document, or chat reply into a one-word-at-a-time RSVP reading session.

1 tools answering
Datanem
by datanem

Turn PDFs, scans and photos into a queryable database. Invoices, CVs, receipts, in bulk.

answering

Word Aligner — questions

Answers built from our own checks of this server.

What can Word Aligner do?
It exposes 1 tools, read directly from the server on our last check. Among them: create_word_alignment. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Word Aligner working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 237 ms. The bar chart above shows every period we have measured.
How do I connect Word Aligner?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Word Aligner need an API key?
No. Word Aligner completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 1 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Word Aligner?
It answers our handshake in 237 ms on average, which is faster than 67% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Word Aligner open source?
Yes — it is published under the MIT licence, written in TypeScript and 5 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.