loading…
Search for a command to run...
loading…
Bridges Cursor and Claude Desktop with the OpenClaw and Moltbook ecosystems to manage personal AI agents and communication gateways across platforms like WhatsA
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.
FastMCP Version Ruff Linted with Biome Built with Just
Status OpenClaw FastMCP Python License: MIT
MCP server + webapp that bridge Cursor and Claude Desktop to OpenClaw and Moltbook. openclaw-molt-mcp uses those platforms (Gateway, APIs); it does not implement or replace them. Alpha. Ingest for LLMs: gitingest.com/sandraschi/openclaw-molt-mcp.
| Part | What it does |
|---|---|
| MCP server (stdio) | FastMCP 3.1.0+ 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.
Clone-based or MCPB Bundle. See INSTALL.md for: clone repo, install from source, MCP only or webapp (API + frontend), one-shot scripts, config, logging, checks.
openclaw-molt-mcp.mcpb bundle is available for one-click import into compliant clients.Architecture data flow, MCP vs API.
| Doc | Description |
|---|---|
| LICENSE | MIT license |
| CONTRIBUTING.md | How to contribute |
| INSTALL.md | Install, run, config, checks |
| docs/README_INDEX.md | Doc index |
| docs/README_WEBAPP.md | Webapp pages, API, Logger |
| docs/README_openclaw_molt_mcp_TOOLS.md | MCP tools |
| docs/README_OPENCLAW.md | OpenClaw (external) |
| docs/README_MOLTBOOK.md | Moltbook (external) |
| docs/HOW_THIS_WAS_MADE.md | How this was made (vibecode, Cursor, one day) |
| SECURITY.md | Threats, hardening |
OpenClaw has major security risks. Use clawd_security; prefer VM and loopback. SECURITY.md, docs/SECURITY_HARDENING.md.
| File | Triggers | Purpose |
|---|---|---|
| glama.json | Glama GitHub scraper | MCP server listing: claim ownership, metadata, Docker, usage. Requires $schema + maintainers (GitHub usernames). Re-run claim flow on Glama after changes. |
| llms.txt | Gitingest, llmstxt.org | LLM-friendly manifest: H1 + blockquote summary + ## sections with links. Improves repo ingestion for LLMs (e.g. gitingest.com/sandraschi/openclaw-molt-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. Cursors MCP discovery) may crawl GitHub without a manifest.
This README is formatted to render well on the GitHub repo page (pretty-printed).
Run immediately via uvx:
uvx openclaw-molt-mcp
Add to your claude_desktop_config.json:
"mcpServers": {
"openclaw-molt-mcp": {
"command": "uv",
"args": ["--directory", "D:/Dev/repos/openclaw-molt-mcp", "run", "openclaw-molt-mcp"]
}
}
This project adheres to SOTA 14.1 industrial standards for high-fidelity agentic orchestration:
print statements in core handlers (T201).noConsoleLog enforcement.stdout/stderr isolation to ensure crash-resistant JSON-RPC communication.just lint, just fix, just dev).bandit and safety.Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"clawd-mcp": {
"command": "npx",
"args": []
}
}
}Read, send and search emails from Claude
Send, search and summarize Slack messages
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)