Skip to main content

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 Wortarten
  • tool_get_phonetic(word) — IPA-Transkription + Audio-URLs
  • tool_get_examples(word) — Beispielsaetze, gruppiert nach Wortart
  • tool_get_word_origin(word) — Etymologie und Ursprung wenn verfuegbar

Thesaurus & Semantik

  • tool_get_synonyms(word, max_results=20) — Aehnlich bedeutende Woerter
  • tool_get_antonyms(word, max_results=20) — Gegenteilige Woerter
  • tool_get_word_associations(word, max_results=20) — Semantisch verwandte Woerter (means-like)
  • tool_get_triggers(word, max_results=20) — Statistisch oft im Kontext erscheinende Woerter
  • tool_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-rhymes
  • tool_get_sounds_like(word, max_results=20) — Phonetisch aehnliche Woerter
  • tool_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 Call
  • tool_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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dictionary_mcp_server-0.1.0.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dictionary_mcp_server-0.1.0-py3-none-any.whl (9.1 kB view details)

Uploaded Python 3

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

Hashes for dictionary_mcp_server-0.1.0.tar.gz
Algorithm Hash digest
SHA256 14cf05707710ca3a9d8d9860f9fd158762e86241af3cdeb6cf00857518cb7d4a
MD5 0b6b035b0d9b096f1f72edb98bee0282
BLAKE2b-256 3d9e14a1a4713c9071b4d54cef6d03586c030c5e6c85d25c9903b898dbc03b3e

See more details on using hashes here.

File details

Details for the file dictionary_mcp_server-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for dictionary_mcp_server-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ff168992aa3eba08c9cad1b4286efe9304680f257ebe924cefa57f73cdd3fafb
MD5 ff0b6b0f3557fda139136c22a1ceb941
BLAKE2b-256 020015cafd0edc281c9e5718a87158cf21c6b9f5b65d9c42141e271afc78e5cf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page