openclaw-task-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@openclaw-task-mcplist all current tasks"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
openclaw-task-mcp
Simple Node stdio MCP server for OpenClaw task lifecycle.
Tools:
start_task→sessions_spawnlist_tasks→sessions_list(subagent-filtered)get_task_status→sessions_history(+resultwhen available)
Requirements
Node.js >= 18.19.1
Reachable OpenClaw Gateway
Gateway token with permission to invoke tools
Related MCP server: Task Manager MCP Server
Install
git clone https://github.com/EnviableAmaretto/openclaw-task-mcp.git
cd openclaw-task-mcp
npm install
npm run hooks:installMCP config (Claude-code style / SillyTavern-style)
Put base URL and token directly in the MCP server env block:
{
"mcpServers": {
"openclaw": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/openclaw-task-mcp/src/index.js"],
"env": {
"OPENCLAW_BASE_URL": "http://127.0.0.1:18789",
"OPENCLAW_API_TOKEN": "your-gateway-token",
"OPENCLAW_TIMEOUT_MS": "30000"
}
}
}
}args[0] must be the absolute path where you cloned this repository on your host.
Examples:
/home/sillytavern/SillyTavern/repositories/openclaw-task-mcp/src/index.js/opt/openclaw-task-mcp/src/index.js/srv/mcp/openclaw-task-mcp/src/index.js
No separate HTTP MCP endpoint is needed in this mode; the app launches this process over stdio.
Local run (manual)
OPENCLAW_BASE_URL="http://127.0.0.1:18789" \
OPENCLAW_API_TOKEN="YOUR_TOKEN" \
node src/index.jsTests
npm testQuality gates
Local pre-push hook (
.githooks/pre-push) runsnpm test.CI (
.github/workflows/ci.yml) runsnpm ci && npm teston push/PR.Mandatory before commit: launch MCP server (
npm start) and execute at least one real E2E MCP call successfully. Tests alone are not sufficient.
Security notes
Keep token private; do not commit it.
Prefer private host networking for the OpenClaw URL.
Rotate token regularly.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/EnviableAmaretto/openclaw-task-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server