OpenClaw Setup
OpenClaw is a free and open-source autonomous AI agent that executes tasks via large language models (LLMs). It uses messaging platforms (such as Telegram, WhatsApp, Discord, and Signal) as its main user interface, and connects to external tools and services through MCP servers.
The openclaw mcp set command registers MCP server definitions in OpenClaw's config, allowing its runtimes to connect to those servers.
Prerequisites
- Install OpenClaw and set it up on your device or server
Quick Setup
Once OpenClaw is installed, run the following command in your terminal to register the OneUp MCP server:
openclaw mcp set oneup '{
"url": "https://feed.oneupapp.io/mcp/oneup?apiKey=YOUR_API_TOKEN",
"transport": "streamable-http"
}'
Replace YOUR_API_TOKEN with your actual API token from the API Access page.
What's Next?
After running the command, OpenClaw will have the OneUp MCP server registered in its config. You can now:
- List your connected social accounts
- Schedule and publish posts
- Manage your content queue
For examples of what you can do, check out the MCP Connector overview.