paper-mcp
Paper MCP
Use the Paper MCP server for paper-driven research and implementation tasks. For setup and debugging details (env vars, config, verification), see references/paper-mcp-config.md.
Paper MCP integration rules
These rules define how to translate paper inputs into reliable outputs and must be followed for every paper-driven change.
Required flow (do not skip)
- Resolve the paper first (URL/DOI/arXiv/PMID) and fetch high-level metadata before requesting full text.
- If the full response is large or truncated, fetch section-level context and work section-by-section.
- Fetch a stable citation list before drafting any claims that depend on references.
- If figures/tables are relevant, fetch those assets and capture captions prior to synthesis.
- Only after metadata plus content context are collected, generate the user output (summary/table/notes/code-facing plan).
- Validate all key claims against source excerpts before marking complete.
Tool mapping rule
- Paper MCP deployments may expose different tool names.
- Start by listing available paper MCP tools, then map this workflow to equivalent tools in the current server.
- If a required capability is missing (for example, no section fetch or no citation endpoint), note the limitation and continue with the best available fallback.
More from artivilla/agents-config
rams
Run accessibility and visual design review on components. Use when reviewing UI code for WCAG compliance and design issues.
379web-interface-guidelines
Review UI code against Vercel's Web Interface Guidelines. Use when checking interactions, animation, layout, content, accessibility, performance, and design standards with MUST/SHOULD/NEVER rules.
46interfaces-raunofreiberg
Review UI code against Rauno Freiberg's interface guidelines. Use when checking interactivity, typography, motion, touch, optimizations, accessibility, and design details.
18technical-writing-styleguide
Technical writing styleguide for clear, consistent documentation. Use when writing, editing, or reviewing technical content, guides, tutorials, or documentation. Triggers on article review, writing style, brand names, grammar check, screenshot guidelines, guide audit, technical docs.
16knip
Run knip to find and remove unused files, dependencies, and exports. Use for cleaning up dead code and unused dependencies.
12tailwind-v4
Tailwind CSS v4 with CSS-first configuration and design tokens. Use when setting up Tailwind v4, defining theme variables, using OKLCH colors, or configuring dark mode. Triggers on @theme, @tailwindcss/vite, oklch, CSS variables, --color-, tailwind v4.
11