Back to Apps

OpenClaw Molt MCP
by sandraschi
Bridge for AI clients to interact with the OpenClaw and Moltbook ecosystem, including agent management and skill routing.
0 stars
Works in:Cursor
Exposes:Tools
What it does
This MCP server bridges AI clients like Cursor and Claude Desktop to the OpenClaw and Moltbook ecosystem. It allows an LLM to manage agents, sessions, channels, and routing, while also interacting with Moltbook for knowledge management and OpenClaw's gateway for security and skill orchestration.
Tools
agent: Manage and interact with autonomous agents.sessions: Control and monitor active agent sessions.channels: Route messages and manage communication channels.routing: Configure how messages are directed across the system.skills: Access and manage the library of agent skills.gateway: Check status and manage the OpenClaw gateway connection.security: Configure security hardening and risk postures.moltbook: Integrate with Moltbook for structured knowledge retrieval.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"openclaw-molt-mcp": {
"command": "uv",
"args": ["--directory", "D:/Dev/repos/openclaw-molt-mcp", "run", "openclaw-molt-mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
uvx openclaw-molt-mcpInformation
- Pricing
- free
- Published
- 7/17/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json or project .cursor/ configClaude Desktop
{
"mcpServers": {
"openclaw-molt-mcp": {
"command": "uv",
"args": ["--directory", "D:/Dev/repos/openclaw-molt-mcp", "run", "openclaw-molt-mcp"]
}
}
}





