diff --git a/README.md b/README.md index 4f610c6..7052b52 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ MCP server for the [BetterNews](https://betternews.app) API. Works with Claude, Codex, OpenClaw, and any other MCP-compatible client. +## Install with an AI agent + +Tell your agent: + +> Install the BetterNews MCP server from `https://gitea.reversed.dev/betternews/mcp-server`. Clone it, run `pnpm install && pnpm build`, then add it to your MCP config pointing at `dist/index.js` with a `BETTERNEWS_API_KEY` env var. Get an API key from Settings → API Keys on betternews.app and choose only the scopes you need. + +--- + ## Setup ### 1. Get an API key