MCP Hub
Back to servers

clawd-mcp

Bridges Cursor and Claude Desktop with the OpenClaw and Moltbook ecosystems to manage personal AI agents and communication gateways across platforms like WhatsApp and Discord. It provides MCP tools to invoke agents, manage sessions, and handle social agent interactions within a secure, virtualized environment.

Stars
2
Updated
Feb 4, 2026
Validated
Feb 13, 2026

openclaw-mcp

Status OpenClaw FastMCP Python License: MIT

MCP server + webapp that bridge Cursor and Claude Desktop to OpenClaw and Moltbook. openclaw-mcp uses those platforms (Gateway, APIs); it does not implement or replace them. Alpha. Ingest for LLMs: gitingest.com/sandraschi/openclaw-mcp.

What this repo is

PartWhat it does
MCP server (stdio)FastMCP 2.14+ tools: agent, sessions, channels, routing, skills, gateway, security, moltbook. For Cursor/Claude Desktop.
Webapp (React + Vite + Tailwind)Dashboard on port 5180: Startpage, AI (Ollama), Channels, Routes, Diagram, Statistics, Moltbook, Integrations, Clawnews, Skills, Security, Generate landing (landing-site generator), Settings.
webapp_api (FastAPI)Backend on 5181: /api/ask, /api/gateway/status, /api/skills, /api/clawnews, /api/ollama/*, /api/channels, /api/routing, /api/openclaw/status, /api/landing-page.

One place to run agents, manage channels/routes/skills, and use Moltbook; OpenClaw and Moltbook stay separate.

Install & run

Clone-based (no PyPI package yet). See INSTALL.md for: clone repo, install from source, MCP only or webapp (API + frontend), one-shot scripts, config, logging, checks.

Repo layout

  • src/openclaw_mcp/ – MCP server and tools
  • webapp/ – React dashboard (port 5180)
  • webapp_api/ – FastAPI backend (port 5181)
  • scripts/ – install.ps1, install.bat, start.ps1, start.bat, check.ps1, serve_logs.ps1, mcpb-build.ps1
  • snippets/ – MCP config snippet (snippets/mcp-config-openclaw-mcp.json); see INSTALL.md and mcp-central-docs pattern

Architecture – data flow, MCP vs API.

Docs

DocDescription
LICENSEMIT license
CONTRIBUTING.mdHow to contribute
INSTALL.mdInstall, run, config, checks
docs/README_INDEX.mdDoc index
docs/README_WEBAPP.mdWebapp pages, API, Logger
docs/README_OPENCLAW_MCP_TOOLS.mdMCP tools
docs/README_OPENCLAW.mdOpenClaw (external)
docs/README_MOLTBOOK.mdMoltbook (external)
docs/HOW_THIS_WAS_MADE.mdHow this was made (vibecode, Cursor, one day)
SECURITY.mdThreats, hardening

Security

OpenClaw has major security risks. Use clawd_security; prefer VM and loopback. SECURITY.md, docs/SECURITY_HARDENING.md.

Repo manifests (LLM scrapers)

FileTriggersPurpose
glama.jsonGlama GitHub scraperMCP server listing: claim ownership, metadata, Docker, usage. Requires $schema + maintainers (GitHub usernames). Re-run claim flow on Glama after changes.
llms.txtGitingest, llmstxt.orgLLM-friendly manifest: H1 + blockquote summary + ## sections with links. Improves repo ingestion for LLMs (e.g. gitingest.com/sandraschi/openclaw-mcp).

Other scrapers: no extra files needed. Gitingest ingests the repo (replace github.com with gitingest.com in the repo URL); llms.txt gives it a curated entry point. Glama is the main MCP-directory scraper that uses glama.json; others (e.g. Cursor’s MCP discovery) may crawl GitHub without a manifest.

References


This README is formatted to render well on the GitHub repo page (pretty-printed).

Reviews

No reviews yet

Sign in to write a review