Skip to main content
Glama
edgardamasceno-dev

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 解析。

Related MCP server: Scrapezy MCP Server

资源

  • 从朗文词典中提取信息:

    • 简介和相关主题

    • 包含发音、含义、示例等详细信息的条目。

    • 语料库示例

    • 这个词的起源

  • 它使用 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

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

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