Deterministic word encoding, sentiment analysis, semantic comparison, and word-relationship lookup over MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Oyemi MCP.
encode_wordEncode a word to its semantic code.
analyze_textAnalyze the valence/sentiment of text.
semantic_similarityCompare two words semantically.
find_synonymsFind synonyms for a word.
find_antonymsFind antonyms for a word.
batch_encodeEncode multiple words at once.
Osseni94/oyemi-mcp MCP server gives MCP-compatible agents access to the Oyemi semantic lexicon. Its tools encode words into structured semantic codes, inspect emotional valence, compare word meaning, and retrieve related terms. The lexicon contains 145,014 words according to the provided version information.
The server is intended for deterministic, lexicon-based analysis rather than runtime machine-learning inference. It can help an agent classify the tone of text, ground word-level reasoning in fixed metadata, or inspect relationships between terms.
The server maps a word to an Oyemi code with the format HHHH-LLLLL-P-A-V. The segments represent a semantic superclass, synset identifier, part of speech, abstractness, and valence. Part-of-speech values distinguish nouns, verbs, adjectives, and adverbs; valence values identify neutral, positive, or negative terms.
analyze_text calculates text valence and reports a sentiment label along with detected positive and negative words. For example, text containing both hopeful and anxious language can produce a neutral overall score while still identifying those terms individually. Similarity results include a numeric score and a relationship description, while synonym and antonym lookups return related word lists.
Osseni94/oyemi-mcp MCP server has no external NLP libraries listed as runtime requirements. Its behavior is based on the bundled semantic lexicon and its defined word relationships, making it suitable when repeatable lexical results are preferred.
Install the Python package with:
The repository also documents installation from source by cloning the project and running pip install -e . from its directory. After installation, the executable is named oyemi-mcp.
For Claude Desktop, add an oyemi entry to claude_desktop_config.json with oyemi-mcp as the command. The README provides the same command configuration pattern for Claude Code. No API key, token, or environment variable is specified in the provided material.
Osseni94/oyemi-mcp MCP server exposes these tools:
encode_word: Return a wordβs semantic code and metadata such as part of speech, abstractness, and valence.analyze_text: Calculate valence and identify positive or negative words in text.semantic_similarity: Compare two words and return similarity information.find_synonyms: Retrieve synonyms for a word.find_antonyms: Retrieve antonyms for a word.batch_encode: Encode multiple words in one request.get_lexicon_info: Report lexicon metadata, including its name, version, and word count.The provided material describes a lexicon-based system, not a general-purpose NLP pipeline. Results depend on the words and relationships available in the Oyemi lexicon. The examples show word-level lookups and text valence analysis, but do not document language coverage beyond the supplied lexicon, custom lexicon loading, configuration options, or additional analysis methods.
The README lists MIT licensing and identifies the lexicon version in its example output as 3.2.0. It does not describe authentication, hosted deployment, or paid service requirements.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/osseni94-oyemi-mcp)<a href="https://allmcps.com/mcp/osseni94-oyemi-mcp"><img src="https://allmcps.com/api/badge/osseni94-oyemi-mcp?style=directory" alt="Oyemi MCP on AllMCPs" /></a>