vocab-mcp-server

abipriya-rajendran/vocab-mcp-server

3.2

If you are the rightful owner of vocab-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A simple and lightweight MCP (Model Context Protocol) server for managing your personal vocabulary collection.

📚 Vocabulary MCP Server

A simple and lightweight MCP (Model Context Protocol) server for managing your personal vocabulary collection.

✨ Features

  • Add Words: Build your personal vocabulary database
  • Random Practice: Get random words for practice sessions
  • Local Storage: All data stays on your machine
  • MCP Compatible: Works seamlessly with Claude and other MCP clients

🚀 Quick Start

# Clone the repository
git clone https://github.com/abipriya-rajendran/vocab-mcp-server.git
cd vocab-mcp-server

# Install dependencies
mvn clean install

# Package into a jar file
mvn clean compile package

🛠️ Claude desktop configuration

{
  "mcpServers": {
    "Vocab server": {
      "command": "java",
      "args": [
        "-jar",
        "/Users/your-path/vocab-mcp-server/target/vocab-mcp-server-0.0.1-SNAPSHOT.jar"
      ]
    }
  }
}

🎯 Usage

Add a new word

image

Get a random word for practice along with the meaning and simple sentences to practice

image

📝 Perfect For

  • Language learners expanding their vocabulary
  • Students preparing for standardized tests
  • Anyone building a personal word collection
  • Practice sessions with spaced repetition