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.
What can you do with 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
Install
Add Remote OpenClaw to your client. Pick the one you use.
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 tools
Remote OpenClaw exposes 3 tools to a connected agent.
- 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
Score
67 / 100
Good
- Documentation22/25
- Maintenance16/25
- Trust13/20
- Capability4/15
- Install experience12/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
Version history
| Versions | Published |
|---|---|
| 0.2.1Latest | Jul 1, 2026 |