Server data from the Official MCP Registry
Search 13,870+ MCP servers, 4,384+ agent skills, and plugins from your terminal or agent.
Search 13,870+ MCP servers, 4,384+ agent skills, and plugins from your terminal or agent.
A well-structured MCP server that wraps the public Remote OpenClaw search API with minimal attack surface. No authentication required (appropriate for a public directory search service), no hardcoded credentials, and clean input validation via Zod. The server properly caps API limits and uses environment variables for configuration. Minor code quality observations do not materially impact security. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
4 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-aidevelopers2-remoteopenclaw-mcp": {
"args": [
"-y",
"remoteopenclaw"
],
"command": "npx"
}
}
}From the project's GitHub README.
An MCP server that lets any AI agent — Claude Code, OpenClaw, Hermes, Codex, Cursor — search Remote OpenClaw directly from your editor: a directory of 13,870+ MCP servers, 4,384+ agent skills, and plugins.
Instead of opening a browser to find a tool, your agent can just search the directory for you and hand back install commands.
| Tool | What it does |
|---|---|
search_mcp_servers | Find an MCP server for a task (databases, scraping, GitHub…) |
search_skills | Find a reusable agent skill, with its install command |
search_plugins | Find a plugin / marketplace package |
Each returns names, descriptions, links, and popularity, ranked by stars or installs.
Add it to your MCP client config (no API key needed):
{
"mcpServers": {
"remoteopenclaw": {
"command": "npx",
"args": ["-y", "remoteopenclaw"]
}
}
}
~/.claude.json (or run claude mcp add remoteopenclaw -- npx -y remoteopenclaw)Ask your agent things like:
Your agent calls the matching tool, searches the directory, and returns the top results with links and install commands.
A thin wrapper over the public Remote OpenClaw search API (https://www.remoteopenclaw.com/api/search), so results are always live and the package stays tiny. Built with the Model Context Protocol TypeScript SDK.
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.