ablaut-mcp

ablaut-dev/ablaut-mcp
★ 0 stars JavaScript AI/LLM Updated 1d ago
MCP server for verb conjugation in 14 European languages, running locally via wasm
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ablaut-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ablaut-dev/ablaut-mcp"
      ]
    }
  }
}

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that lets AI agents conjugate verbs in 14 European languages. Each tool call is one request to the hosted [ablaut](https://github.com/ablaut-dev/ablaut) API, where the engine runs as native Rust: no local build, sub-millisecond compute. Set `ABLAUT_API_URL` to point at another instance.