OpenClaw
Connect FeedNest to OpenClaw, the open-source AI agent that works across WhatsApp, Telegram, Slack, Discord, and more. Uses the `@feednest/openclaw` plugin, not the MCP server.
Not MCP — uses a native plugin
OpenClaw has its own plugin system. The FeedNest integration ships as the `@feednest/openclaw` npm package, installed via ClawHub. You do not need to configure mcp.feednest.com.
Setup
- 1
Install OpenClaw
Follow the OpenClaw install guide if you have not already.
- 2
Install the FeedNest plugin from ClawHub
Run the install command in your OpenClaw workspace:
- 3
Add your API key
Open your OpenClaw config and add the
feednestplugin entry with your API key. - 4
Restart OpenClaw
Restart the OpenClaw process so the plugin loads and registers its tools.
Tool scoping
Reads enabled by default, writes opt-in
All 11 read-only tools (get_articles, get_article, get_feeds, etc.) are available immediately. The 14 write tools and text_to_speech require you to allowlist them per agent. This keeps agents safe by default.
Tool names are prefixed
All FeedNest tools in OpenClaw are prefixed with feednest_ (e.g. feednest_get_articles, feednest_save_url) so they will not collide with other plugins.
Example prompts
Troubleshooting
For more help, see the general setup guide.