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
Two ways to connect — both are free and need no API key. Use the remote URL if your client supports remote MCP servers (no install), or the local (npx) option for stdio clients.
Option 1 — Remote URL (hosted, recommended)
Paste this URL into any MCP client that accepts a remote / Streamable HTTP server (for example the “Add remote MCP URL” field in an MCP directory or client):
https://www.remoteopenclaw.com/mcp-server/mcp
Or add it to your client config:
{
"mcpServers": {
"remoteopenclaw": {
"type": "http",
"url": "https://www.remoteopenclaw.com/mcp-server/mcp"
}
}
}Or in Claude Code: claude mcp add --transport http remoteopenclaw https://www.remoteopenclaw.com/mcp-server/mcp
Option 2 — Local (npx / stdio)
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?”