Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Dictionary

БесплатноНе проверен

MCP-Server fuer Woerterbuch-Daten: Definitionen, Synonyme, Antonyme, Reime, Phonetik. Free Dictionary API + Datamuse, kein API-Key noetig.

GitHubEmbed

Описание

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 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

from github.com/AiAgentKarl/dictionary-mcp-server

Установить Dictionary в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install dictionary

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add dictionary -- uvx dictionary-mcp-server

Пошаговые гайды: как установить Dictionary

FAQ

Dictionary MCP бесплатный?

Да, Dictionary MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Dictionary?

Нет, Dictionary работает без API-ключей и переменных окружения.

Dictionary — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Dictionary в Claude Desktop, Claude Code или Cursor?

Открой Dictionary на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Fetch

Web content fetching and conversion for efficient LLM usage.

автор: Community

Roblox Studio

Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce

paralovавтор: paralov

Opencode Omniroute Plugin

OpenCode plugin for the OmniRoute AI Gateway. Drives dynamic model discovery, /connect auth flow, and multi-instance OmniRoute providers via the official @openc

GitHub Actionsавтор: GitHub Actions

AWS KB Retrieval

Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.

modelcontextprotocolавтор: modelcontextprotocol

Spring AI MCP Server

Provides auto-configuration for setting up an MCP server in Spring Boot applications.

автор: Community

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

xuzexin-hzавтор: xuzexin-hz

MCP-Agent

A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)

lastmile-aiавтор: lastmile-ai

Spring AI MCP Client

Provides auto-configuration for MCP client functionality in Spring Boot applications.

автор: Community

mcp.natoma.ai

A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)

автор: Community

MCPHub

Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.

автор: Community

Compare Dictionary with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai