npm remoteopenclawstdioMITupdated 2mo ago
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.
¿Qué puedes hacer con Remote OpenClaw?
Remote OpenClaw MCP Server
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.
Tools
| 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.
Install
Add it to your MCP client config (no API key needed):
{
"mcpServers": {
"remoteopenclaw": {
"command": "npx",
"args": ["-y", "remoteopenclaw"]
}
}
}
- Claude Code: add the block above to
~/.claude.json(or runclaude mcp add remoteopenclaw -- npx -y remoteopenclaw) - Cursor / Windsurf / other MCP clients: add the same block to your MCP settings
Usage
Ask your agent things like:
- "Find me an MCP server for Postgres."
- "Search Remote OpenClaw for a PDF skill."
- "What plugins are there for testing?"
Your agent calls the matching tool, searches the directory, and returns the top results with links and install commands.
How it works
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.
License
MIT
Instalación
Añade Remote OpenClaw a tu cliente. Elige el que uses.
claude mcp add remoteopenclaw -- npx -y remoteopenclawcodex mcp add remoteopenclaw -- npx -y remoteopenclawamp mcp add remoteopenclaw -- npx -y remoteopenclaw{
"mcpServers": {
"remoteopenclaw": {
"command": "npx",
"args": [
"-y",
"remoteopenclaw"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"remoteopenclaw": {
"command": "npx",
"args": [
"-y",
"remoteopenclaw"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"remoteopenclaw","command":"npx","args":["-y","remoteopenclaw"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"remoteopenclaw": {
"command": "npx",
"args": [
"-y",
"remoteopenclaw"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"remoteopenclaw": {
"command": "npx",
"args": [
"-y",
"remoteopenclaw"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"remoteopenclaw": {
"command": "npx",
"args": [
"-y",
"remoteopenclaw"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"remoteopenclaw": {
"type": "local",
"command": "npx",
"args": [
"-y",
"remoteopenclaw"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"remoteopenclaw": {
"command": {
"path": "npx",
"args": [
"-y",
"remoteopenclaw"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y remoteopenclawRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
3 herramientas
Remote OpenClaw expone 3 herramientas a un agente conectado.
- 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
Puntuación
67 / 100
Buena
- Documentación22/25
- Mantenimiento16/25
- Confianza13/20
- Capacidad4/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 61 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 0.2.1Última | 1 jul 2026 |