Learning Resources
polyglotgym.com
Provides tools for finding language learning courses, lessons, grammar explanations, and vocabulary practice.
ENDPOINT 1
https://polyglotgym.com/mcp
MCP server metadata
- Name
- polyglotgym
- Version
- 1.0.0
PolyglotGym offers free public language courses, grammar explanations, vocabulary practice, A1 topic collections, and Top 100/500/1000 frequency word lists for 45+ languages. All tools are read-only and return links to public pages on polyglotgym.com. No account or private learner data is accessed.
Known tools 8
find_language_courseFind a public PolyglotGym course page for a target language and optional CEFR level.
Inferred read-onlystart_cefr_lessonReturn the public URL for a CEFR lesson exercise in a selected language.
Inferred read-onlyfind_grammar_explanationFind a public grammar explanation page for a language learning topic.
Inferred read-onlyfind_vocabulary_practiceFind a public vocabulary practice page for a language and topic.
Inferred read-onlyget_public_course_outlineReturn public course navigation links for a language and optional CEFR level.
Inferred read-onlyfind_a1_collectionFind a public A1 topic collection page for a language, such as restaurant, city, travel, or health.
Inferred read-onlyfind_frequency_word_listFind a public high-frequency word list page for a language: Top 100, Top 500, or Top 1000 words.
Inferred read-onlycompare_vocabulary_across_languagesCompare the same vocabulary across two or more languages a learner studies together, and find which words they know in one language but not the others.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.polyglotgym]
url = "https://polyglotgym.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"polyglotgym": {
"type": "http",
"url": "https://polyglotgym.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: polyglotgym
Remote MCP URL: https://polyglotgym.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"polyglotgym": {
"url": "https://polyglotgym.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"polyglotgym": {
"type": "http",
"url": "https://polyglotgym.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "polyglotgym",
"transport": "streamable-http",
"url": "https://polyglotgym.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for polyglotgym.com was fetched 2026-09-07T18:00:03.946Z.
polyglotgym.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.