Ldoce MCP Server
@edgardamasceno-dev
Ldoce MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"ldoce-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@edgardamasceno-dev/ldoce-mcp-server",
"--client",
"claude"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Servers
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント