Lexicon 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., "@Lexicon MCPWhat's the definition and synonyms of 'ephemeral'?"
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.
Lexicon MCP
Lexicon MCP is a local-first multilingual dictionary, thesaurus, translation, lexical-relations, semantic-neighbour, and English wordplay server for the Model Context Protocol (MCP). It serves a versioned corpus from disk and performs no network access or data mutation while running.
The software and corpus are licensed separately. The Python source is Apache-2.0. Corpus components retain their upstream licenses; seeDATA_LICENSES.md.
Model-visible tools
The server exposes exactly six tools:
dictionary_lookupdictionary_synonymsdictionary_translatedictionary_relationsdictionary_semantic_neighborsdictionary_wordplay
Dataset installation, verification, repair, and rollback are deliberately CLI-only.
Related MCP server: FilePilot AI
Local development
Requirements: Python 3.13 and uv.
uv sync --extra dev
uv run pytest
uv run ruff check .Run the MCP server after installing a verified dataset:
$env:LEXICON_DATA_DIR = 'E:\AI\data\lexicon-mcp'
uv run --frozen lexicon-mcpThe server never downloads data. If no verified corpus is active, it exits with a
diagnostic containing the exact lexicon-data install command.
Dataset lifecycle
lexicon-data install --profile full --version data-v1.0.0
lexicon-data status
lexicon-data verify
lexicon-data repair
lexicon-data rollbackLEXICON_DATA_DIR selects the installation root. Releases are immutable and the
active dataset is selected through an atomically replaced current.json pointer.
Downloads resume into .partial files, are hash-checked before extraction, and are
activated only after database/index integrity checks.
Corpus
The full build combines independently attributed snapshots of:
Open English WordNet 2025 for English synsets and lexical relations;
the English Wiktionary Wiktextract/Kaikki raw dump for multilingual entries, senses, examples, pronunciation, etymology, and translations;
ConceptNet 5.7 for multilingual lexical and commonsense relations;
ConceptNet Numberbatch 19.08 for multilingual semantic neighbours; and
CMUdict for English pronunciation and wordplay.
Every public result identifies its source, dataset version, language, sense scope, and license. ConceptNet-only results are explicitly unsensed.
Data builds and releases
sources.lock.json freezes exact source revisions and hashes. The build pipeline is
streaming and checkpointed; it does not build the unused Google n-gram database from
the earlier community project. Data artifacts are packaged into independently hashed
parts below 1 GiB and published under a separate immutable data-v* release.
Code and data releases are intentionally separate:
code:
v1.0.0data:
data-v1.0.0
The code release pins an exact compatible data release and never resolves latest.
Prior art
This is an independent clean-room implementation. The project idea was informed by
Eyalm321/multilingual-dictionary-mcp,
which is acknowledged as prior art. No source code or Git history was copied.
Security and privacy
Runtime databases are opened read-only and query-only.
SQL uses bound parameters; query text is never interpreted as SQL.
Tool inputs and result counts are bounded.
Runtime operation is fully offline.
Dataset administration is never exposed to the model.
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
- AlicenseAqualityDmaintenanceLocal-first RAG indexing and semantic search MCP server. Enables document retrieval and context-aware queries using local embedding models.39MIT
- Alicense-qualityAmaintenanceLocal-first MCP server for safely searching, reading, summarizing, tagging, deduplicating, and organizing local files with scoped access, read-only defaults, and dry-run plans.14MIT
- AlicenseCqualityAmaintenanceA full-featured secure MCP server for local file system operations, with built-in image processing, OCR and media tools. Fully compliant with the official Model Context Protocol specification, offering standardized request/response schemas, large-file streaming I/O, multi-transport remote deployment, and comprehensive text search & replace functionality for LLM agent integration.22Apache 2.0
- Alicense-qualityBmaintenanceOffline-first MCP server for web search and content fetching. It requires no external API keys and uses local models for intent classification, optional cross-lingual search, semantic re-ranking, and direct-answer extraction.ISC
Related MCP Connectors
Dictionary MCP — wraps Free Dictionary API (free, no auth)
Wiktionary MCP — multilingual dictionary via Wikimedia REST + MediaWiki Action API
Bible corpus MCP server: scripture, Greek/Hebrew interlinear data, cross-refs, semantic search.
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/DilanRG/lexicon-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server