Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ“Š Data Platforms
  3. Oyemi MCP
Oyemi MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 8:34:00 PM

Oyemi MCP

User RatingsBe the first to rate and review this MCP server!
View Repository3 GitHub StarsTotal stargazers on GitHub for the source repository (3 stars).Visit Website
semantic-analysissentiment-analysisnlplexicon

Deterministic word encoding, sentiment analysis, semantic comparison, and word-relationship lookup over MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "osseni94-oyemi-mcp": {
      "command": "uvx",
      "args": [
        "oyemi-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (7) Directory Badge Claim listing AlternativesπŸ“Š More in Data Platforms

Overview

Osseni94/oyemi-mcp MCP server exposes the Oyemi semantic lexicon to AI agents through deterministic word encoding and valence analysis tools. It includes a 145,014-word lexicon and does not require external NLP libraries at runtime. Use it for sentiment analysis, semantic comparisons, synonym and antonym lookup, or batch processing of words. The server can be installed as a Python package and configured as a local MCP process for Claude Desktop or Claude Code.

Use cases

β€’Analyze sentiment in reviews or feedback
β€’Encode words with deterministic semantic metadata
β€’Compare related terms semantically
β€’Find synonyms and antonyms for agent responses

Key features

β€’Deterministic word-to-code mapping
β€’Lexicon-based valence analysis
β€’Semantic similarity comparison
β€’Synonym and antonym lookup
β€’Batch word encoding
β€’145,014-word lexicon information

Capabilities & Tool Schemas (7) ~79 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Oyemi MCP.

encode_word

Encode a word to its semantic code.

analyze_text

Analyze the valence/sentiment of text.

semantic_similarity

Compare two words semantically.

find_synonyms

Find synonyms for a word.

find_antonyms

Find antonyms for a word.

batch_encode

Encode multiple words at once.

How Oyemi MCP works

What Osseni94/oyemi-mcp MCP server does

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.

How it works

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.

Setup and configuration

Install the Python package with:

Terminal
pip install oyemi-mcp

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.

Tools and capabilities

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.

Limitations and notes

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.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Data Platforms View all alternatives
  • Keyneg MCP logoKeyneg MCP

    Enterprise-grade sentiment analysis with 95+ labels, keyword extraction, and batch processing for AI agents

    πŸ“Š Data Platforms1 views
    Compare vs Keyneg MCP β†’
  • MCP Databricks Server logoMCP Databricks Server

    Connect to Databricks API, allowing LLMs to run SQL queries, list jobs, and get job status.

    πŸ“Š Data Platforms3 views
    Compare vs MCP Databricks Server β†’
  • Fiftyone MCP Server logoFiftyone MCP Server

    Control FiftyOne computer vision datasets through AI assistants using 80+ operators.

    πŸ“Š Data Platforms2 views
    Compare vs Fiftyone MCP Server β†’
  • Method Crm MCP logoMethod Crm MCP

    Production-ready MCP server for Method CRM API integration with 20 comprehensive tools for tables, files, users, events, and API key management. Features rate limiting, retry logic, and dual transport support (stdio/HTTP).

    πŸ“Š Data Platforms2 views
    Compare vs Method Crm MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
3
Stargazers on the source repository.
Last commit
8mo ago
Most recent push to the default branch.
Tools exposed
7
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Oyemi MCP

Install the Python package with `pip install oyemi-mcp`, or clone the repository and run `pip install -e .` from the project directory.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewOyemi MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/osseni94-oyemi-mcp?style=directory)](https://allmcps.com/mcp/osseni94-oyemi-mcp)
HTML Embed
<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>

Technical Specs & Signals

CategoryπŸ“ŠData Platforms
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars3
GitHub Star CountTotal stargazers on GitHub representing community popularity (3 stars).
Last commit8mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Dec 18, 2025
52Quality signal: Good Β· 52/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools28/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 19d ago via OSV.dev Β· oyemi-mcp (PyPI)

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ“Š Data Platforms β†’Best MCP servers for Data Platforms β†’Alternatives to Oyemi MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code