Searches Remote OpenClaw for MCP servers, agent skills, and plugins, returning links and installation commands.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Remoteopenclaw MCP.
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
aidevelopers2/remoteopenclaw-mcp MCP server exposes search access to the Remote OpenClaw directory through three MCP tools. The directory contains MCP servers, agent skills, and plugins. An agent can search for a capability such as database access, scraping, GitHub tooling, PDF-related skills, or testing plugins and receive matching directory entries.
The server is intended for tool discovery rather than execution. Its responses provide result metadata that can help an agent choose a project, including names, descriptions, links, popularity information, and installation commands. The documented directory size is more than 13,870 MCP servers and more than 4,384 agent skills, in addition to plugins.
The package acts as a thin MCP wrapper around the public Remote OpenClaw search endpoint at https://www.remoteopenclaw.com/api/search. When an MCP client invokes a search tool, the server sends the request to that API and returns the matching directory results. Because the lookup occurs against the remote API, the package does not need to bundle a local copy of the directory.
The three exposed tools are:
search_mcp_servers: searches for MCP servers related to a task.search_skills: searches for reusable agent skills and their installation commands.search_plugins: searches for plugins or marketplace packages.Results are ranked by stars or installs according to the README. The project is built with the TypeScript Model Context Protocol SDK.
Install the server as an MCP stdio process using the remoteopenclaw npm package. A client configuration has the following executable and arguments:
The documented Claude Code setup can also be added with claude mcp add remoteopenclaw -- npx -y remoteopenclaw. Cursor, Windsurf, and other MCP clients can use the same command-and-arguments configuration. No API key is required.
The package also provides a command-line search entry point: npx remoteopenclaw search. The provided material does not document additional flags or configuration variables.
For developers evaluating aidevelopers2/remoteopenclaw-mcp, the main capability is directory search through an agent interface. Natural-language requests can be mapped to the appropriate tool, allowing an agent to locate candidate integrations and present their links and setup commands. Searches cover three separate content types, which keeps MCP server, skill, and plugin discovery distinct.
This server can help an agent answer questions such as which MCP server supports a particular database, whether a reusable skill exists for a task, or what plugins are listed for testing. It does not provide the discovered servers' functionality itself; it returns information about those entries.
The server depends on the public Remote OpenClaw search API, so search results require access to that endpoint. The supplied documentation does not describe offline behavior, authentication options, rate limits, search syntax, or response pagination. Popularity ranking is based on stars or installs, but no further ranking controls are documented.
The project is licensed under MIT. Its documented role is discovery: installing a result found through aidevelopers2/remoteopenclaw-mcp is a separate step from running the search server.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/aidevelopers2-remoteopenclaw-mcp)<a href="https://allmcps.com/mcp/aidevelopers2-remoteopenclaw-mcp"><img src="https://allmcps.com/api/badge/aidevelopers2-remoteopenclaw-mcp?style=directory" alt="Remoteopenclaw MCP on AllMCPs" /></a>