Integrations
Used for making HTTP requests to fetch dictionary data from the Longman Dictionary website
Used for HTML parsing and data extraction from the Longman Dictionary web pages
Ldoce MCP Server
This is an MCP server built in Node.js and TypeScript that consumes the Longman Dictionary page for a given word and returns the extracted data in standardized JSON format for use by AI agents.
Description
The server connects to the URL https://www.ldoceonline.com/dictionary/<word>
, extracts information such as the introduction, related topics, entries (verb and noun), corpus examples, and source, and returns this data structured in a JSON object. The project follows the Model Context Protocol (MCP) standards and uses the Axios and Cheerio packages for HTTP requests and HTML parsing.
Resources
- Extract information from Longman Dictionary:
- Introduction and related topics
- Entries with details of pronunciations, meanings, examples, etc.
- Corpus Examples
- Origin of the word
- It uses MCP SDK to expose a tool that can be integrated into MCP clients such as Claude Desktop.
Prerequisites
- Node.js (version 16 or higher)
- npm
- Git
Installation
Installing via Smithery
To install Ldoce Server for Claude Desktop automatically via Smithery :
Manual Installation
- Clone the repository:Copy
You must be authenticated.
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
Extracts structured dictionary data from the Longman Dictionary of Contemporary English website and serves it via Model Context Protocol, enabling AI agents to access detailed word definitions, examples, and linguistic information.
Related MCP Servers
- AsecurityAlicenseAqualityA 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 -316PythonMIT License
- AsecurityAlicenseAqualityEnables 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 -11,3794TypeScriptMIT License
- -securityAlicense-qualityA 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 -55TypeScriptMIT License
- -securityAlicense-qualityWord document reading and writing MCP implemented in Node.jsLast updated -1,0861TypeScriptMIT License