Ldoce MCP Server
@edgardamasceno-dev
About Ldoce MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ldoce-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@edgardamasceno-dev/ldoce-mcp-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Ldoce MCP Server?
An MCP server built with Node.js and TypeScript that scrapes the Longman Dictionary page for a given word and returns structured JSON data for AI agents. It connects to https://www.ldoceonline.com/dictionary/<word>, extracts introduction, related topics, entries (verb/noun), corpus examples, and origin, then outputs the results through the Model Context Protocol.
How to use Ldoce MCP Server?
Install automatically via Smithery using npx -y @smithery/cli install @edgardamasceno-dev/ldoce-mcp-server --client claude, or manually by cloning the repository. Requires Node.js 16+ and npm. The server exposes a single tool that MCP clients like Claude Desktop can invoke to look up any English word.
Key features of Ldoce MCP Server
- Extracts word introduction and related topics
- Retrieves entries with pronunciation, senses, and examples
- Collects corpus examples for contextual usage
- Extracts word origin information
- Integrates with MCP clients like Claude Desktop
Use cases of Ldoce MCP Server
- AI agents performing real-time dictionary lookups
- Language learning applications needing structured lexical data
- Automated content enrichment with dictionary definitions and origins
- Educational tools that require example sentences from a corpus
FAQ from Ldoce MCP Server
What information does Ldoce MCP Server extract from the Longman Dictionary?
It extracts the word introduction, related topics, full entries (verb and noun) with pronunciation, senses, and examples, corpus examples, and the word's origin—all returned as structured JSON.
What are the runtime dependencies?
Node.js version 16 or higher, npm, and Git. The server uses Axios for HTTP requests and Cheerio for HTML parsing.
How can I install Ldoce MCP Server?
Two methods: automatic installation via Smithery CLI (npx -y @smithery/cli install @edgardamasceno-dev/ldoce-mcp-server --client claude) or manual installation by cloning the GitHub repository.
What protocol does Ldoce MCP Server use?
It follows the Model Context Protocol (MCP) and uses the MCP SDK to expose a tool that MCP client applications can call directly.
Where does the dictionary data come from?
The data is scraped live from the Longman Dictionary website at https://www.ldoceonline.com/dictionary/<word>. No local dictionary data is stored or bundled.
Frequently asked questions
What information does Ldoce MCP Server extract from the Longman Dictionary?
It extracts the word introduction, related topics, full entries (verb and noun) with pronunciation, senses, and examples, corpus examples, and the word's origin—all returned as structured JSON.
What are the runtime dependencies?
Node.js version 16 or higher, npm, and Git. The server uses Axios for HTTP requests and Cheerio for HTML parsing.
How can I install Ldoce MCP Server?
Two methods: automatic installation via Smithery CLI (`npx -y @smithery/cli install @edgardamasceno-dev/ldoce-mcp-server --client claude`) or manual installation by cloning the GitHub repository.
What protocol does Ldoce MCP Server use?
It follows the Model Context Protocol (MCP) and uses the MCP SDK to expose a tool that MCP client applications can call directly.
Where does the dictionary data come from?
The data is scraped live from the Longman Dictionary website at `https://www.ldoceonline.com/dictionary/<word>`. No local dictionary data is stored or bundled.
Basic information
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

YOUB
Connect your AI assistant to your own YOUB endurance training account. Read recorded activities with full analysis, planned sessions, race goals, wellness (HRV, sleep, resting HR) and your athletic profile. Create or mov

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments