Back to Browse

Remoteopenclaw MCP Server

Developer ToolsModerate6.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Search 13,870+ MCP servers, 4,384+ agent skills, and plugins from your terminal or agent.

About

Search 13,870+ MCP servers, 4,384+ agent skills, and plugins from your terminal or agent.

Security Report

6.2
Moderate6.2Moderate Risk

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.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-aidevelopers2-remoteopenclaw-mcp": {
      "args": [
        "-y",
        "remoteopenclaw"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Remote OpenClaw MCP Server

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.

Tools

ToolWhat it does
search_mcp_serversFind an MCP server for a task (databases, scraping, GitHub…)
search_skillsFind a reusable agent skill, with its install command
search_pluginsFind a plugin / marketplace package

Each returns names, descriptions, links, and popularity, ranked by stars or installs.

Install

Add it to your MCP client config (no API key needed):

{
  "mcpServers": {
    "remoteopenclaw": {
      "command": "npx",
      "args": ["-y", "remoteopenclaw"]
    }
  }
}
  • Claude Code: add the block above to ~/.claude.json (or run claude mcp add remoteopenclaw -- npx -y remoteopenclaw)
  • Cursor / Windsurf / other MCP clients: add the same block to your MCP settings

Usage

Ask your agent things like:

  • "Find me an MCP server for Postgres."
  • "Search Remote OpenClaw for a PDF skill."
  • "What plugins are there for testing?"

Your agent calls the matching tool, searches the directory, and returns the top results with links and install commands.

How it works

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.

License

MIT

Reviews

No reviews yet

Be the first to review this server!

Remoteopenclaw MCP Server - Search 13,870+ MCP servers, 4,384+ agent skills, and | MCP Marketplace