Are you the author? Sign in to claim
Search 13,870+ MCP servers, 4,384+ agent skills, and plugins from your terminal or AI agent. CLI + MCP server for remote
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.
| Tool | What it does |
|---|---|
search_mcp_servers | Find an MCP server for a task (databases, scraping, GitHub…) |
search_skills | Find a reusable agent skill, with its install command |
search_plugins | Find a plugin / marketplace package |
Each returns names, descriptions, links, and popularity, ranked by stars or installs.
Add it to your MCP client config (no API key needed):
{
"mcpServers": {
"remoteopenclaw": {
"command": "npx",
"args": ["-y", "remoteopenclaw"]
}
}
}
~/.claude.json (or run claude mcp add remoteopenclaw -- npx -y remoteopenclaw)Ask your agent things like:
Your agent calls the matching tool, searches the directory, and returns the top results with links and install commands.
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.
MIT
Run analytics queries on ClickHouse — explore schemas, execute SQL, fetch results
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases