Pagination
Freeby MCP Community
Cursor-based pagination helpers for MCP tool responses — powered by vurb.
v1.0.0Added Apr 12, 2026
mcppaginationcursorvurbmcp-server
Pagination MCP Server
Cursor-based pagination helpers for MCP tool responses — powered by vurb.
Installation
npx -y @mcp-utils/pagination
Reviews
Installation
Quick install
npx -y @mcp-utils/pagination
Add to claude_desktop_config.json
{
"mcpServers": {
"pagination": {
"command": "npx",
"args": ["-y", "@mcp-utils/pagination"]
}
}
}