Skip to main content
Glama
edgardamasceno-dev

Longman Dictionary MCP Server

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.

Related MCP server: Scrapezy MCP Server

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 :

npx -y @smithery/cli install @edgardamasceno-dev/ldoce-mcp-server --client claude

Manual Installation

  1. Clone the repository:

    git clone https://github.com/seuusuario/ldoce-mcp-server.git
    cd ldoce-mcp-server
Install Server
F
license - not found
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Web search, page extraction and structured commerce, social and business data for AI agents

  • Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.

  • Jina AI Reader/Search MCP — turn any URL into clean LLM-ready markdown, plus web search.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/edgardamasceno-dev/ldoce-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server