{
  "markdown": "# Remote OpenClaw MCP Server\n\nAn MCP server that lets any AI agent — **Claude Code, OpenClaw, Hermes, Codex, Cursor** — search [Remote OpenClaw](https://www.remoteopenclaw.com) directly from your editor: a directory of **13,870+ MCP servers, 4,384+ agent skills, and plugins**.\n\nInstead of opening a browser to find a tool, your agent can just search the directory for you and hand back install commands.\n\n## Tools\n\n| Tool | What it does |\n|---|---|\n| `search_mcp_servers` | Find an MCP server for a task (databases, scraping, GitHub…) |\n| `search_skills` | Find a reusable agent skill, with its install command |\n| `search_plugins` | Find a plugin / marketplace package |\n\nEach returns names, descriptions, links, and popularity, ranked by stars or installs.\n\n## Install\n\nAdd it to your MCP client config (no API key needed):\n\n```json\n{\n  \"mcpServers\": {\n    \"remoteopenclaw\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"remoteopenclaw\"]\n    }\n  }\n}\n```\n\n- **Claude Code:** add the block above to `~/.claude.json` (or run `claude mcp add remoteopenclaw -- npx -y remoteopenclaw`)\n- **Cursor / Windsurf / other MCP clients:** add the same block to your MCP settings\n\n## Usage\n\nAsk your agent things like:\n\n- *\"Find me an MCP server for Postgres.\"*\n- *\"Search Remote OpenClaw for a PDF skill.\"*\n- *\"What plugins are there for testing?\"*\n\nYour agent calls the matching tool, searches the directory, and returns the top results with links and install commands.\n\n## How it works\n\nA 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](https://modelcontextprotocol.io) TypeScript SDK.\n\n## License\n\nMIT\n",
  "bytes": 1746,
  "sha": "ed28a86a07624c98b0c7993f3608b05817f2703912604d33b6dd0e520f7b49a9",
  "repo_slug": "aidevelopers2/remoteopenclaw-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_aidevelopers2_remoteopenclaw_m_2d09625c/readme"
}