create_word_alignment — word aligner MCP Tool Mutating
create_word_alignment
(create word alignment) is one of 1 tool on the
word aligner
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call create_word_alignment from your client
- Claude Code word aligner create_word_alignment run in your project directory
- Claude Desktop word aligner create_word_alignment ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor word aligner create_word_alignment ~/.cursor/mcp.json
- VS Code word aligner create_word_alignment .vscode/mcp.json
- Zed word aligner create_word_alignment ~/.config/zed/settings.json
- Windsurf word aligner create_word_alignment ~/.codeium/windsurf/mcp_config.json
- Cline word aligner create_word_alignment ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI word aligner create_word_alignment ~/.gemini/settings.json
- Grok word aligner create_word_alignment .mcp.json (in your project root)
- ChatGPT word aligner create_word_alignment Settings → Connectors → Advanced → Developer mode
- Claude.ai word aligner create_word_alignment Settings → Connectors → Add custom connector
- LangChain word aligner create_word_alignment pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http word-aligner https://aligner.tinygods.dev/mcp
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.