MCP (Model Context Protocol) server for the Oyemi semantic lexicon. Provides deterministic word-to-code mapping and valence analysis for AI agents
MCP (Model Context Protocol) server for the Oyemi semantic lexicon. Provides deterministic word-to-code mapping and valence analysis for AI agents like Claude, ChatGPT, and Gemini. The oyemi mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 7 defined tools rather than through you.
The server ships on PyPI as oyemi-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Everything the assistant can do here goes through one of these:
encode_word — The encode_word tool exposed by this serveranalyze_text — The analyze_text tool exposed by this serversemantic_similarity — The semantic_similarity tool exposed by this serverfind_synonyms — The find_synonyms tool exposed by this serverfind_antonyms — The find_antonyms tool exposed by this serverbatch_encode — The batch_encode tool exposed by this serverget_lexicon_info — The get_lexicon_info tool exposed by this serverAmong the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Oyemi MCP's toolset — encode_word, analyze_text, semantic_similarity and 4 more — is a fair guide to whether it matches your workflow. It is maintained by osseni94; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Oyemi MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| encode_word | The encode_word tool exposed by this server. |
| analyze_text | The analyze_text tool exposed by this server. |
| semantic_similarity | The semantic_similarity tool exposed by this server. |
| find_synonyms | The find_synonyms tool exposed by this server. |
| find_antonyms | The find_antonyms tool exposed by this server. |
| batch_encode | The batch_encode tool exposed by this server. |
| get_lexicon_info | The get_lexicon_info tool exposed by this server. |
{
"mcpServers": {
"oyemi": {
"command": "oyemi-mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.