MCP-Server fuer Woerterbuch-Daten: Definitionen, Synonyme, Antonyme, Reime, Phonetik. Free Dictionary API + Datamuse, kein API-Key noetig.
Project description
dictionary-mcp-server
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dictionary_mcp_server-0.1.0.tar.gz.
File metadata
- Download URL: dictionary_mcp_server-0.1.0.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14cf05707710ca3a9d8d9860f9fd158762e86241af3cdeb6cf00857518cb7d4a
|
|
| MD5 |
0b6b035b0d9b096f1f72edb98bee0282
|
|
| BLAKE2b-256 |
3d9e14a1a4713c9071b4d54cef6d03586c030c5e6c85d25c9903b898dbc03b3e
|
File details
Details for the file dictionary_mcp_server-0.1.0-py3-none-any.whl.
File metadata
- Download URL: dictionary_mcp_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff168992aa3eba08c9cad1b4286efe9304680f257ebe924cefa57f73cdd3fafb
|
|
| MD5 |
ff0b6b0f3557fda139136c22a1ceb941
|
|
| BLAKE2b-256 |
020015cafd0edc281c9e5718a87158cf21c6b9f5b65d9c42141e271afc78e5cf
|