LingQ Progress 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., "@LingQ Progress MCPHow many known words do I have in Spanish?"
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.
LingQ Progress MCP for ChatGPT
A tiny read-only MCP server that lets ChatGPT inspect your LingQ progress without receiving your LingQ password.
What it exposes
list_languages— active LingQ languages and the data LingQ returns for them (including known-word totals when available).inspect_progress_capabilities— asks LingQ which progress intervals/metrics are currently available.get_progress_summary— aggregate progress for a period.get_progress_chart— time-series data for a specific metric and period.
The server only performs HTTP GET requests to LingQ.
Related MCP server: ChatGPT Codex Bridge
1. Requirements
Node.js 18 or newer
A LingQ account
Your LingQ API key
Get your LingQ API key while logged in:
https://www.lingq.com/en/accounts/apikey/
Do not send the key to anyone. Keep it in the local .env file.
2. Configure
Open a terminal in this folder and run:
npm installCopy .env.example to .env.
Windows PowerShell:
Copy-Item .env.example .env
notepad .envPut your key after LINGQ_API_KEY= and save.
3. Run locally
npm startYou should see:
LingQ Progress MCP listening on http://localhost:8787/mcpOpening http://localhost:8787/ in a browser should show a simple health message.
4. Test with MCP Inspector (recommended)
In a second terminal:
npx @modelcontextprotocol/inspector@latestChoose Streamable HTTP and connect to:
http://localhost:8787/mcpCall list_languages first. If it returns your LingQ languages, the key and LingQ API are working.
5. Make it reachable by ChatGPT
For a quick local test, expose port 8787 through an HTTPS tunnel such as ngrok:
ngrok http 8787It will give you an HTTPS address. Add /mcp to the end, for example:
https://example.ngrok.app/mcpIn ChatGPT, enable Developer mode, create/add a custom plugin/MCP connection, and paste that HTTPS /mcp URL.
Then you can ask things like:
"Como tá meu russo no LingQ essa semana?"
"Quantas palavras conhecidas eu tenho em russo e japonês?"
"Compara meu progresso dos últimos 7 e 30 dias."
"Quanto tempo eu ouvi neste mês?"
"Mostra quais dias eu mais li esta semana."
Security notes
The LingQ API key stays on the computer/server running this project.
The MCP responses never intentionally include the API key.
All LingQ calls in this project are
GETrequests only.Do not commit
.envto Git; it is already included in.gitignore.
LingQ API caveat
LingQ's public API documentation is incomplete/outdated. The project therefore includes inspect_progress_capabilities, which asks the live LingQ progress endpoint what it currently supports instead of assuming every metric name forever.
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.
Related MCP Servers
- Alicense-qualityCmaintenanceAn MCP server that exposes the ChatGPT Ads API as tools an LLM host can call.4MIT
- Alicense-qualityAmaintenanceSelf-hosted MCP server that lets ChatGPT work with your local codebase through explicit tools.MIT
- AlicenseAqualityCmaintenanceAn unofficial MCP server for Bunpro that exposes its review queue, search, statistics, and SRS management as tools, enabling an LLM agent to read study data and add grammar points or vocabulary to reviews.232MIT
- Flicense-qualityBmaintenanceA proof-of-concept MCP server that enables LLMs to read local text files and fetch real-time weather data through external tools.
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/Dapazwl2/lingq-progress-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server