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

        • 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