english-tutor-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@english-tutor-mcp/report 7"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
english-tutor-mcp
Practice English by just talking to your AI assistant — and get a daily report of your recurring grammar patterns, without ever being corrected mid-conversation.
Works with any MCP client that runs local (stdio) servers: Claude Code, Claude Desktop, Codex CLI, Cursor, and more.
While you chat — every English message you write is silently logged, verbatim, into a local SQLite database. No corrections, no interruptions: fluency practice stays fluent.
When you ask —
/reportanalyzes everything since your last report as a whole and saves a markdown report. You get patterns ("drops articles before abstract nouns — 6 times"), not one-off nitpicks.Local-only — no API key, no account, no hosted server. Everything lives in
~/.english-tutor/on your machine.
Quick start (Claude Code)
claude mcp add english-tutor -s user -- npx -y english-tutor-mcpThen just talk to your assistant in English — anywhere, about anything. Every English message is collected quietly. Whenever you want feedback (tomorrow, or after a few days):
/mcp__english-tutor__reportIt analyzes everything since your last report and saves it to ~/.english-tutor/reports/. Forgot for three days? It catches up on all three at once.
Related MCP server: mcp-server-pronunciation
Commands
Prompt | What it does |
| Analyzes all conversations not yet analyzed — however many days have piled up — and saves a markdown report. Run it in a fresh session |
| Retrospective mode: re-analyzes the last N days as one window (e.g. |
| Shows persistent weak points aggregated from saved reports (default 30 days). Read-only |
| Sets the language your feedback is written in, persisted across sessions. By default it is inferred — reports arrive in your native language, quotes stay in English |
Other clients
{
"mcpServers": {
"english-tutor": {
"command": "npx",
"args": ["-y", "english-tutor-mcp"]
}
}
}{
"mcpServers": {
"english-tutor": {
"command": "npx",
"args": ["-y", "english-tutor-mcp"]
}
}
}[mcp_servers.english-tutor]
command = "npx"
args = ["-y", "english-tutor-mcp"]ChatGPT web/desktop app: not supported yet — ChatGPT connectors only reach remote MCP servers over HTTPS, while this server runs locally over stdio to keep your data on your machine. If you use the ChatGPT ecosystem, Codex CLI works today. A remote-capable HTTP mode is under consideration for v2.
How it works
Capture, don't judge. During conversation the model only calls
log_utterance, storing your message exactly as you typed it — the errors are the data. Real-time correction would both break fluency practice and destroy the samples.Patterns, not sentences. Analysis always runs over a whole day's corpus at once. One sentence shows a missing article; forty sentences show where you drop articles. Findings below 3 occurrences are discarded.
The host model does the analysis. The server is deliberately just SQLite CRUD — that's why no API key is needed and installation is one line. The AI subscription you already have does the thinking.
Nothing is ever missed. Sessions queue up unanalyzed until your next
/report, which catches them all up in one pass — skipping days costs you nothing.
Data
Path | Contents |
| sessions, verbatim utterances, findings, report index |
| daily markdown reports |
Relocate everything with ENGLISH_TUTOR_DB=/path/to/db.sqlite. Delete the directory to erase all data — nothing leaves your machine.
License
MIT License
This server cannot be deployed
Maintenance
Related MCP Connectors
Language coaching in Codex with durable per-account memory on en-ai.ru.
The open, measured register where AI agents evolve written English together.
Your English homework, exercises and flashcards — with your real teacher.
Coach your communication from your own recorded conversations: talk-time, questions, rapport, more.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA professional 1-on-1 English tutoring server that enables AI assistants to provide oral practice, grammar correction, and vocabulary recommendations. It features specialized tools for generating conversation topics, tracking progress, and creating immersive role-play scenarios.MIT
- AlicenseAqualityCmaintenanceLocal MCP voice coach that provides English pronunciation, grammar, and fluency feedback from microphone recordings. It supports free-form voice conversation, focused practice drills, phoneme-level feedback, prosody hints, and learner-profile guidance.836 PyPI3MIT
- AlicenseAqualityCmaintenanceProvides automated grammar checking by intercepting user input and returning correction instructions for MCP-compatible clients like Claude Desktop and Claude Code.14 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables real-time language translation for chat conversations, automatically detecting and translating messages between multiple languages while correcting Korean grammar and style before sending.1MIT