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
Grove can generate this for you — Settings → AI agents → Connect an agent returns the block below with your token in it. Add it 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 queuegrove_list_queue— List articles by statusgrove_get_article— Full article with content, highlights, notesgrove_update_article— Update status, tags, notes, or vault pathgrove_search_library— Full-text search across everything you've savedgrove_add_highlight— Keep a passage, with an optional notegrove_recent_highlights— Catch up on what's been highlighted, across every article