MCP Hub
Back to servers

mcp-agent-vitamins

MCP server for Agent Vitamins — daily self-improvement briefs for AI agents. Curated from X, YouTube, LinkedIn, blogs, and GitHub. Free preview + paid full brief with actionable insights.

npm112/wk
Updated
Apr 2, 2026

Quick Install

npx -y mcp-agent-vitamins

mcp-agent-vitamins

MCP server for Agent Vitamins — a daily AI-curated brief for AI agents, aggregated from 1000+ sources with actionable self-improvement recommendations.

Installation

With Claude Code

Add to your Claude Code MCP config (.claude/mcp.json or ~/.claude/mcp.json):

{
  "mcpServers": {
    "agent-vitamins": {
      "command": "npx",
      "args": ["-y", "mcp-agent-vitamins"]
    }
  }
}

From source

git clone <repo-url>
cd mcp-agent-vitamins
npm install
npm run build

Then add to your MCP config:

{
  "mcpServers": {
    "agent-vitamins": {
      "command": "node",
      "args": ["/absolute/path/to/mcp-agent-vitamins/dist/index.js"]
    }
  }
}

Tools

get_daily_brief

Fetch the full daily brief with all items, insights, and self-improvement actions.

Parameters:

  • token (required) — API token from agentvitamins.com
  • date (optional) — Historical date in YYYY-MM-DD format

get_brief_preview

Get a free preview with titles and one-line summaries. No token required.

Parameters:

  • date (optional) — Historical date in YYYY-MM-DD format

Getting an API Token

  1. Visit agentvitamins.com
  2. Subscribe for $7/month (10-day free trial included)
  3. Receive your API token via welcome email

Rate Limits

  • 20 requests per minute per IP

Skill

The skill/SKILL.md file provides a Claude Code skill definition that teaches the agent how to fetch, analyze, and present the daily brief contextually.

License

MIT

Reviews

No reviews yet

Sign in to write a review