Skip to content

Pagination

Free

by MCP Community

Cursor-based pagination helpers for MCP tool responses — powered by vurb.

v1.0.0Added Apr 12, 2026
mcppaginationcursorvurbmcp-server
Works with:ClaudeGPTGeminiCopilot

Pagination MCP Server

Cursor-based pagination helpers for MCP tool responses — powered by vurb.

Installation

npx -y @mcp-utils/pagination

Reviews

Leave a Review

Installation

Quick install
npx -y @mcp-utils/pagination
Add to claude_desktop_config.json
{
  "mcpServers": {
    "pagination": {
      "command": "npx",
      "args": ["-y", "@mcp-utils/pagination"]
    }
  }
}