Skip to main content
Glama

Longman Dictionary MCP Server

Ldoce MCP 服务器

这是一个用 Node.js 和 TypeScript 构建的 MCP 服务器,它使用给定单词的朗文词典页面,并以标准化 JSON 格式返回提取的数据,供 AI 代理使用。

描述

服务器连接到 URL https://www.ldoceonline.com/dictionary/<word> ,提取介绍、相关主题、条目(动词和名词)、语料库示例和来源等信息,并以 JSON 对象的形式返回这些数据。该项目遵循模型上下文协议(MCP)标准,并使用 Axios 和 Cheerio 包进行 HTTP 请求和 HTML 解析。

资源

  • 从朗文词典中提取信息:
    • 简介和相关主题
    • 包含发音、含义、示例等详细信息的条目。
    • 语料库示例
    • 这个词的起源
  • 它使用 MCP SDK 来公开一个可以集成到 MCP 客户端(例如 Claude Desktop)的工具

先决条件

  • Node.js(版本 16 或更高版本)
  • npm
  • Git

安装

通过 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.

从朗文当代英语词典网站提取结构化词典数据,并通过模型上下文协议提供服务,使人工智能代理能够访问详细的单词定义、示例和语言信息。

  1. 描述
    1. 资源
      1. 先决条件
        1. 安装
          1. 通过 Smithery 安装
          2. 手动安装

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          Enables performing local web searches and extracting structured content from web pages using the Model Context Protocol, featuring customizable result limits and domain filtering.
          Last updated -
          8
          JavaScript
          MIT License
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that retrieves information from Wikipedia to provide context to LLMs, allowing users to search articles, get summaries, full content, sections, and links from Wikipedia.
          Last updated -
          9
          77
          Python
          MIT License
          • Apple
          • Linux
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that enables AI models to extract structured data from websites through the extract\_structured\_data tool.
          Last updated -
          1
          673
          JavaScript
          MIT License
          • Apple
        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that intelligently fetches and processes web content, transforming websites and documentation into clean, structured markdown with nested URL crawling capabilities.
          Last updated -
          2
          675
          3
          TypeScript

        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