Skip to main content
Glama

Longman Dictionary MCP Server

Ldoce MCP サーバー

これは、Node.js と TypeScript で構築された MCP サーバーであり、特定の単語の Longman Dictionary ページを消費し、抽出されたデータを AI エージェントが使用できるように標準化された JSON 形式で返します。

説明

サーバーは URL https://www.ldoceonline.com/dictionary/<word>に接続し、紹介、関連トピック、エントリ (動詞と名詞)、コーパスの例、ソースなどの情報を抽出し、このデータを JSON オブジェクトに構造化して返します。このプロジェクトは、Model Context Protocol (MCP) 標準に準拠しており、HTTP リクエストと HTML 解析に Axios および Cheerio パッケージを使用します。

リソース

  • Longman Dictionary から情報を抽出します。
    • はじめにと関連トピック
    • 発音、意味、例などの詳細が記載されたエントリ。
    • コーパスの例
    • 言葉の起源
  • MCP SDK を使用して、Claude Desktop などの MCP クライアントに統合できるツールを公開します

前提条件

  • Node.js (バージョン 16 以上)
  • npm
  • ギット

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Ldoce Server を自動的にインストールするには:

npx -y @smithery/cli install @edgardamasceno-dev/ldoce-mcp-server --client claude

手動インストール

  1. リポジトリをクローンします。
    git clone https://github.com/seuusuario/ldoce-mcp-server.git cd ldoce-mcp-server
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Longman Dictionary of Contemporary English の Web サイトから構造化された辞書データを抽出し、モデル コンテキスト プロトコルを介して提供することで、AI エージェントが詳細な単語の定義、例、言語情報にアクセスできるようになります。

  1. 説明
    1. リソース
      1. 前提条件
        1. インストール
          1. Smithery経由でインストール
          2. 手動インストール

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          A production-ready Model Context Protocol server that enables language models to leverage AI-powered web scraping capabilities, offering tools for transforming webpages to markdown, extracting structured data, and executing AI-powered web searches.
          Last updated -
          3
          16
          Python
          MIT License
          • Apple
        • A
          security
          A
          license
          A
          quality
          Enables extracting data from websites using natural language prompts, allowing users to specify exactly what content they want in plain English and returning structured JSON data.
          Last updated -
          1
          1,379
          4
          TypeScript
          MIT License
          • Apple
          • Linux
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that enables AI agents to query Erick Wendel's talks, blog posts, and videos across different platforms using natural language.
          Last updated -
          55
          TypeScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          Word document reading and writing MCP implemented in Node.js
          Last updated -
          64
          5
          TypeScript
          MIT License
          • Apple
          • Linux

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/edgardamasceno-dev/ldoce-mcp-server'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server