MCP
SEO: OpenClaw MCP
OpenClaw MCP (Preview)
TXT CLAW is a wrappable agent runtime API built on OpenClaw. MCP is an optional lane for coding agents that want tools and structured operations, but you can start today with the HTTP API.
Start With Docs
Paste URLs into Cursor/Codex. Start with:
Pasteable URLs
text
https://www.txtclaw.com/quickstart.md https://www.txtclaw.com/agents.md https://www.txtclaw.com/openapi.yaml https://www.txtclaw.com/mcp.md
What MCP Adds
MCP is for operational workflows (tools, traces, automation). The HTTP API stays the source of truth.
Run the MCP server
bash
pnpm -s dlx txtclaw-mcp@latest
Cursor/Codex config (example)
json
{
"mcpServers": {
"txtclaw": {
"command": "pnpm",
"args": ["-s", "dlx", "txtclaw-mcp@latest"],
"env": {
"TXTCLAW_API_BASE_URL": "https://txtclaw-sms-e2e.lopez731.workers.dev",
"TXTCLAW_API_KEY": "vck_REPLACE_ME"
}
}
}
}Start at /developers.