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
Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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 -
    9
    MIT License
  • A
    security
    -
    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
    14
    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
    20
    5
  • -
    security
    A
    license
    -
    quality
    A server that provides access to MDict dictionaries through the Model Context Protocol, enabling word lookups, searches, and dictionary management.
    Last updated -
    2
    MIT License

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