english-tutor-mcp
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CodingMasterLSW/interlanguage'
If you have feedback or need assistance with the MCP directory API, please join our Discord server