Unified Ainu-language toolchain MCP server: glossary editing, corpus, dictionaries, grammar, script conversion
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ainu-mcp": {
"command": "npx",
"args": [
"-y",
"aynumosir/ainu-mcp"
]
}
}
}
Run in terminal:
claude mcp add ainu-mcp npx -y aynumosir/ainu-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"ainu-mcp": {
"command": "npx",
"args": [
"-y",
"aynumosir/ainu-mcp"
]
}
}
}