Dictionary
FreeNot checkedMCP-Server fuer Woerterbuch-Daten: Definitionen, Synonyme, Antonyme, Reime, Phonetik. Free Dictionary API + Datamuse, kein API-Key noetig.
About
MCP-Server fuer Woerterbuch-Daten: Definitionen, Synonyme, Antonyme, Reime, Phonetik. Free Dictionary API + Datamuse, kein API-Key noetig.
README
MCP-Server fuer AI-Agents mit Zugriff auf Woerterbuch-, Thesaurus- und Linguistik-Daten. Liefert Definitionen, Synonyme, Antonyme, Reime, Phonetik (IPA + Audio), Etymologie und semantische Assoziationen.
Kein API-Key noetig — kombiniert die Free Dictionary API und die Datamuse API.
15 Tools
Definitionen & Phonetik
tool_get_definition(word)— Vollstaendige Definition(en) mit allen Wortartentool_get_phonetic(word)— IPA-Transkription + Audio-URLstool_get_examples(word)— Beispielsaetze, gruppiert nach Wortarttool_get_word_origin(word)— Etymologie und Ursprung wenn verfuegbar
Thesaurus & Semantik
tool_get_synonyms(word, max_results=20)— Aehnlich bedeutende Woertertool_get_antonyms(word, max_results=20)— Gegenteilige Woertertool_get_word_associations(word, max_results=20)— Semantisch verwandte Woerter (means-like)tool_get_triggers(word, max_results=20)— Statistisch oft im Kontext erscheinende Woertertool_get_hypernyms(word, max_results=20)— Oberbegriffe (oak -> tree)tool_get_hyponyms(word, max_results=20)— Unterbegriffe (tree -> oak, maple)
Reime & Phonetische Suche
tool_get_rhymes(word, max_results=20, perfect_only=True)— Perfekte oder near-rhymestool_get_sounds_like(word, max_results=20)— Phonetisch aehnliche Woertertool_spell_check(pattern, max_results=20)— Pattern-Matching mit?/*Wildcards
All-in-One
tool_word_full_report(word)— Definition + Phonetik + Synonyme + Antonyme + Reime in einem Calltool_get_server_info()— Server-Metadaten
Installation
pip install dictionary-mcp-server
Konfiguration (Claude Desktop)
{
"mcpServers": {
"dictionary": {
"command": "dictionary-mcp-server"
}
}
}
Beispiele
# Vollstaendige Definition + Beispiele
await tool_get_definition("serendipity")
# Synonyme fuer Brainstorming
await tool_get_synonyms("happy", max_results=10)
# Reime fuer Songtexte / Poesie
await tool_get_rhymes("love", perfect_only=True)
# Spell-Check via Pattern
await tool_spell_check("hel?o") # findet hello, helio
# Alles auf einen Schlag
await tool_word_full_report("computer")
Datenquellen
- Free Dictionary API (dictionaryapi.dev) — Definitionen, IPA, Beispiele, Audio. Kein API-Key, unbegrenzt.
- Datamuse API (datamuse.com/api) — Thesaurus, Reime, Assoziationen. Kein API-Key, 100k Calls/Tag frei.
Lizenz
MIT
Installing Dictionary
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/AiAgentKarl/dictionary-mcp-serverFAQ
Is Dictionary MCP free?
Yes, Dictionary MCP is free — one-click install via Unyly at no cost.
Does Dictionary need an API key?
No, Dictionary runs without API keys or environment variables.
Is Dictionary hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Dictionary in Claude Desktop, Claude Code or Cursor?
Open Dictionary on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Dictionary with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
