MCP Server

Connect Grove to Claude, GPT, Cursor, and any MCP-compatible AI agent.

What is MCP?

Model Context Protocol (MCP) is an open standard for connecting AI agents to external tools and data sources. The Grove MCP server lets any compatible agent read and write to your reading queue.

Install

npx @grove/mcp-server

Requires Node.js 18+ and a Grove agent token.

Configure Claude Desktop

Add to ~/.claude/claude_desktop_config.json:

{
  "mcpServers": {
    "grove": {
      "command": "npx",
      "args": ["@grove/mcp-server"],
      "env": { "GROVE_TOKEN": "grv_live_..." }
    }
  }
}

Available Tools

  • grove_add_article — Clip a URL to your queue
  • grove_list_queue — List articles by status
  • grove_get_article — Full article with content, highlights, notes
  • grove_update_article — Update status, tags, notes, or vault path
  • grove_search_library — Search your filed library