@pipeworx/dwds
Connect: https://gateway.pipeworx.io/dwds/mcp · Install: one-click buttons
Tools: 5
DWDS MCP — German Digital Dictionary (Digitales Wörterbuch der deutschen Sprache). Keyless.
Tools
snippet(query)— JSON dictionary snippet for a German wordlemma(form)— lemma resolution (form → base form)corpus_concordance(query, corpus?, limit?)— search the DWDS corpuskwic(query, corpus?, limit?)— keyword-in-context view
Data source
https://www.dwds.de/api/
Tools
- snippet — Dictionary entry summary for a German word from DWDS.de — part of speech (Wortart), the base lemma, and a link to the full dictionary entry. Example: snippet({ query: “Haus” }).
- lemma — Resolve an inflected German word form to its base lemma (e.g. “Häuser” → “Haus”, “ging” → “gehen”).
- dwds_frequency — How common a German word is: its absolute hit count and per-million frequency in the DWDS reference corpus. Answers “how frequent is the German word X”, “how common is
”. Example: dwds_frequency - corpus_concordance — RETIRED — DWDS removed its public corpus-concordance API (corpus search moved to the access-restricted dstar platform). Returns a notice with alternatives: use dwds_frequency for how-common data, snip
- kwic — RETIRED — DWDS removed its public keyword-in-context (KWIC) corpus API. Returns a notice with alternatives: use dwds_frequency, snippet/lemma, or dwds.de for corpus search.
Tools
-
corpus_concordance— RETIRED — DWDS removed its public corpus-concordance API (corpus search moved to the access-restricted dstar platform). Returns a notice with alternatives: use dwds_frequency for how-common data, snip -
dwds_frequency— How common a German word is: its absolute hit count and per-million frequency in the DWDS reference corpus. Answers how frequent is the German word X , how common is <word> . Example: dwds_frequency({ -
kwic— RETIRED — DWDS removed its public keyword-in-context (KWIC) corpus API. Returns a notice with alternatives: use dwds_frequency, snippet/lemma, or dwds.de for corpus search. -
lemma— Resolve an inflected German word form to its base lemma (e.g. Häuser → Haus , ging → gehen ). -
snippet— Dictionary entry summary for a German word from DWDS.de — part of speech (Wortart), the base lemma, and a link to the full dictionary entry. Example: snippet({ query: Haus }).