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. Its README documents 3 tools, including search_mcp_servers, search_skills, search_plugins. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-02 · ★ 3 · #460 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Remote OpenClaw

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add aidevelopers2-remoteopenclaw-mcp -- npx -y remoteopenclaw

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "aidevelopers2-remoteopenclaw-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "remoteopenclaw"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-01 - young repo, little track record yet

license MIT - declared in the repository

npm package remoteopenclaw - unscoped; check the name against the project README before installing

registry namespace io.github.aidevelopers2 is GitHub-verified and matches the repo owner

03 · What Remote OpenClaw can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can find an MCP server for a task (databases, scraping, GitHub…), find a reusable agent skill, with its install command, and find a plugin / marketplace package.

The 3 tools it gives your agent

Extracted from the project's README - what Remote OpenClaw lets an agent do.

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

04 · Who maintains Remote OpenClaw

Remote OpenClaw is maintained by aidevelopers2. We track 2 MCP servers from aidevelopers2 - 2 actively maintained, 3 combined GitHub stars, oldest repo from Jul 2026.

05 · Facts

category
other - ranked #460 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.aidevelopers2/remoteopenclaw-mcp (active, first published 2026-07-01)
packages
npm:remoteopenclaw

06 · Remote OpenClaw FAQ

Is Remote OpenClaw still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-02. We re-verify nightly.

What can Remote OpenClaw do?

With this server connected, an agent can find an MCP server for a task (databases, scraping, GitHub…), find a reusable agent skill, with its install command, and find a plugin / marketplace package.

How do I install Remote OpenClaw?

Run `npx -y remoteopenclaw`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Remote OpenClaw run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Remote OpenClaw