MCP (Model Context Protocol) server plugins registry for OTUI
This repository contains a pre-processed, enriched registry of a growing number of MCP server plugins for OTUI. More plugins will be added as time allows.
This allows for OTUI users to easily discover, install, and use MCP servers.
OTUI automatically fetches this registry when you press 'r' (refresh) in the Plugin Manager.
No configuration needed - it just works!
Fetch the latest registry programmatically:
curl https://raw.githubusercontent.com/hkdb/otui-registry/main/plugins.json[
{
"id": "ihor-sokoliuk-mcp-searxng",
"name": "ihor-sokoliuk/mcp-searxng",
"description": "MCP server for SearXNG web search integration",
"category": "utility",
"license": "MIT",
"repository": "https://github.com/ihor-sokoliuk/mcp-searxng",
"author": "ihor-sokoliuk",
"stars": 304,
"updated_at": "2025-10-29T05:39:20Z",
"language": "TypeScript",
"install_type": "npm",
"package": "ihor-sokoliuk/mcp-searxng",
"environment": "SEARXNG_URL",
"args": "",
"verified": true,
"official": false
},
]Found an incorrect entry? Want to suggest improvements?
- Open an issue
- Submit a pull request
- Contribute to awesome-mcp-servers (upstream source)
This registry data is compiled from public GitHub repositories and is provided as-is for convenience.
Individual plugins have their own licenses - check the license field in registry.json.
- OTUI - Terminal UI for Ollama with MCP plugin support
- awesome-mcp-servers - Curated list of MCP servers
- Model Context Protocol - Official MCP documentation
The list of MCP servers in this registry are not all tested and verified to be safe to run. All users should do their own research and use their best judgement to stay safe when using MCP servers provided by this registry. The Author and the contributors are not held responsible by any damages caused by using the registry or the MCP servers it lists.