Back to MCP Servers

Oyemi

Deterministic semantic word encoding and valence/sentiment analysis using 145K+ word lexicon. Provides word-to-code mapping, semantic similarity, synonym/antonym lookup with zero runtime NLP dependencies.

data-platforms

Installation

npx -y oyemi-mcp

Configuration

{
  "mcpServers": {
    "oyemi-mcp": {
      "command": "npx",
      "args": ["-y", "oyemi-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub