MCP.so
登录

Ldoce MCP Server

@MCP-Mirror

关于 Ldoce MCP Server

Mirror of

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Ldoce MCP Server?

An MCP server built with Node.js and TypeScript that scrapes the Longman Dictionary website for a given word and returns the extracted data as standardized JSON, designed for use by AI agents.

How to use Ldoce MCP Server?

Ensure Node.js 16+ and npm are installed, clone the repository, and configure the server with an MCP client such as Claude Desktop.

Key features of Ldoce MCP Server?

  • Extracts word introduction and related topics
  • Returns entries (verb, noun) with pronunciations, senses, examples
  • Includes corpus examples and word origin
  • Outputs structured JSON following MCP standards
  • Uses Axios and Cheerio for HTTP and HTML parsing

Use cases of Ldoce MCP Server?

  • AI agents looking up English dictionary definitions
  • Language learning tools that require structured lexical data
  • Automating vocabulary research for content creation or education

FAQ from Ldoce MCP Server?

What data does the server return?

It returns a JSON object containing introduction, related topics, dictionary entries (with pronunciations, senses, and examples), corpus examples, and the word’s origin.

What are the runtime requirements?

Node.js version 16 or higher and npm are required.

How do I install the server?

Clone the Git repository and ensure the Node.js environment is set up with the necessary dependencies.

Which MCP clients can integrate with this server?

Clients that support the Model Context Protocol, such as Claude Desktop, can use the tool exposed by this server.

Does the server require any API key?

No, it only accesses the public Longman Dictionary website via HTTP.

评论

其他 分类下的更多 MCP 服务器