MCP Server
Search Remote OpenClaw from inside your agent
Install the Remote OpenClaw MCP server and let Claude Code, OpenClaw, Hermes, Codex, or Cursor search the whole directory — 13,870+ MCP servers, 4,384+ agent skills, and plugins — without leaving your editor. Ask your agent “find me an MCP server for postgres” and it searches and hands back install commands.
Try it now (Claude Code)
$ claude mcp add remoteopenclaw -- npx -y remoteopenclawOr search straight from your terminal
$ npx remoteopenclaw search postgresInstall
Add this to your MCP client config — no API key needed:
{
"mcpServers": {
"remoteopenclaw": {
"command": "npx",
"args": ["-y", "remoteopenclaw"]
}
}
}Or in Claude Code: claude mcp add remoteopenclaw -- npx -y remoteopenclaw
What it can do
search_mcp_serversFind an MCP server for a task — databases, scraping, GitHub, and more.search_skillsFind a reusable agent skill, with its install command.search_pluginsFind a plugin or marketplace package.Try asking your agent
- “Find me an MCP server for Postgres.”
- “Search Remote OpenClaw for a PDF skill.”
- “What plugins are there for testing?”