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
By Osseni94
Installation
npx -y oyemi-mcpConfiguration
{
"mcpServers": {
"oyemi-mcp": {
"command": "npx",
"args": ["-y", "oyemi-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes