CLI + MCP server for italki — search teachers, compare, read reviews, check schedule, and track lessons from the terminal or AI tools
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"italki-cli": {
"command": "npx",
"args": [
"-y",
"LOsioChico/italki-cli"
]
}
}
}
Run in terminal:
claude mcp add italki-cli npx -y LOsioChico/italki-cli
Add to .cursor/mcp.json:
{
"mcpServers": {
"italki-cli": {
"command": "npx",
"args": [
"-y",
"LOsioChico/italki-cli"
]
}
}
}