Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Server Cambridge Dict

    一个可以使用cambridge dictionary查询单词的mcp服务器

    2 stars
    JavaScript
    Updated May 7, 2025

    Table of Contents

    • Adding MCP to Command Line
    • Features
    • Development
    • Install Dependencies
    • Build the Server
    • Development Mode
    • Running the Server
    • Testing with MCP Inspector
    • MCP Response Specification
    • Tool Response
    • Error Response
    • API Documentation
    • lookup_word
    • Parameters
    • Returns

    Table of Contents

    • Adding MCP to Command Line
    • Features
    • Development
    • Install Dependencies
    • Build the Server
    • Development Mode
    • Running the Server
    • Testing with MCP Inspector
    • MCP Response Specification
    • Tool Response
    • Error Response
    • API Documentation
    • lookup_word
    • Parameters
    • Returns

    Documentation

    MseeP.ai Security Assessment Badge

    Dictionary Server

    smithery badge

    A dictionary server supporting the Model Context Protocol (MCP).

    Retrieves word meanings from the Cambridge Dictionary.

    Adding MCP to Command Line

    To integrate the MCP server into your command line, add the following configuration:

    json
    "mcp-server-cambridge-dict": {
      "command": "npx",
      "args": ["-y", "mcp-server-dictionary"],
      "disabled": false
    }

    Features

    • Seamless integration with Claude and other AI assistants via the MCP protocol.
    • Robust dictionary query tools.
    • Retrieves word meanings from the Cambridge Dictionary.

    Development

    Install Dependencies

    Install the required dependencies:

    bash
    npm install

    Build the Server

    Build the server for production:

    bash
    npm run build

    Development Mode

    Enable auto-rebuild during development:

    bash
    npm run watch

    Running the Server

    Start the MCP server with the following command:

    bash
    npm run start:mcp

    Testing with MCP Inspector

    To test the server, use the MCP Inspector:

    bash
    npm run inspector

    MCP Response Specification

    This server adheres to the MCP response specification.

    Tool Response

    A successful word query returns the following format:

    json
    {
      "content": [
        {
          "type": "text",
          "text": "Word query result (in JSON format)"
        }
      ]
    }

    Error Response

    In case of an error, the response format is:

    json
    {
      "content": [
        {
          "type": "text",
          "text": "Error message"
        }
      ],
      "isError": true
    }

    API Documentation

    lookup_word

    Fetches the pronunciation, definition, and example sentences for a word.

    Parameters

    • word (string): The word to query.

    Returns

    Detailed information about the word, including pronunciation, definition, and example sentences.

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k