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:
手动安装
克隆存储库:
git clone https://github.com/seuusuario/ldoce-mcp-server.git cd ldoce-mcp-server
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.
Tools
从朗文当代英语词典网站提取结构化词典数据,并通过模型上下文协议提供服务,使人工智能代理能够访问详细的单词定义、示例和语言信息。
Related MCP Servers
- -securityAlicense-qualityEnables 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 -9MIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI models to extract structured data from websites through the extract\_structured\_data tool.Last updated -124MIT License
- AsecurityFlicenseAqualityA 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 -2334
- -securityAlicense-qualityA server that provides access to MDict dictionaries through the Model Context Protocol, enabling word lookups, searches, and dictionary management.Last updated -2MIT License