Ldoce MCP Server
@edgardamasceno-dev
About Ldoce MCP Server
No overview available yet
Basic information
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
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Other MCP servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Servers
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments