CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Search Papers

saidiibrahim/search-papers
STDIOregistry active
Summary

Connects Claude directly to arXiv's academic paper database through a Cloudflare Workers deployment. You get nine tools including advanced_search with date filtering and sorting, search_by_author with affiliation data, get_paper_versions for tracking revisions, and export_bibliography for BibTeX output. The server also includes AI-focused prompts for literature reviews, research gap identification, and trend analysis across time periods. Runs as a remote MCP server over SSE, so no local installation needed. Reach for this when you're doing literature reviews, building research assistants, or need to pull academic paper metadata and citations into your workflow without hitting rate limits or parsing XML responses yourself.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Agents 🤝 arXiv Papers

Install MCP Server

Empower your agents to search, analyse, and explore academic papers from arXiv autonomouly.

Table of Contents

  • Agents 🤝 arXiv Papers
    • Table of Contents
    • To Do
    • Key Features
    • Getting Started
      • Cursor
      • Claude Code
      • Codex
    • Architecture
      • Search Papers MCP Features
    • Usage Examples
      • Advanced Searches
      • Paper Analysis
      • Research Insights
      • Export & Resources
    • Additional Resources
    • Contributing
    • License
    • Acknowledgments

To Do

  • Publish to the MCP registry
  • Try Cloudflare's experimental Code Mode

Key Features

  • Advanced multi-field search with date ranges and sorting options
  • Author-specific searches with affiliation tracking
  • Category browsing for all ArXiv subject areas
  • Version tracking to see how papers evolved
  • Citation extraction from abstracts and metadata
  • Related paper discovery based on content similarity
  • Bibliography export in BibTeX and JSON formats

Getting Started

Cursor

Install MCP Server

{
  "search-papers": {
    "command": "npx",
    "args": ["mcp-remote", "https://search-papers.com/sse"]
  }
}

Claude Code

claude mcp add --transport sse cloudflare-docs -s project https://search-papers.com/sse
{
  "search-papers": {
    "type": "sse",
    "url": "https://search-papers.com/sse"
  }
}

Codex

[mcp_servers.search-papers]
command = "npx"
args = ["https://search-papers.com/sse"]

Architecture

Search Papers MCP Features

Search & Discovery Tools:

  • advanced_search - Multi-field search with date ranges and sorting
  • search_by_author - Find all papers by specific authors
  • search_by_category - Browse papers in ArXiv categories
  • search_by_date_range - Find papers within time periods

Paper Analysis Tools:

  • get_paper_by_id - Retrieve complete paper information
  • get_paper_versions - Track all versions of a paper
  • get_citations - Extract ArXiv citations from papers
  • get_related_papers - Discover similar papers

Export & Bibliography:

  • export_bibliography - Export in BibTeX or JSON format

AI-Powered Prompts:

  • literature_review - Generate comprehensive literature reviews
  • research_gaps - Identify research gaps and opportunities
  • paper_comparison - Compare multiple papers
  • trend_analysis - Analyze research trends over time

Resources:

  • categories://list - Browse all ArXiv categories
  • trending://{category}/{days} - Get trending papers

Usage Examples

Advanced Searches

"Find papers on transformer architectures by Vaswani published after 2023"
"Search for quantum computing papers in the last month"
"Show me all papers by Geoffrey Hinton with their affiliations"

Paper Analysis

"Get all versions of paper 2401.12345 and show how it evolved"
"Extract citations from paper 2401.12345"
"Find papers related to arXiv:2301.00001"

Research Insights

"Generate a literature review on vision transformers focusing on architecture innovations"
"Identify research gaps in federated learning over the last 2 years"
"Compare papers 2401.12345, 2401.67890, and 2401.11111 on methodology"
"Analyze trends in large language models research over 5 years"

Export & Resources

"Export these 5 papers in BibTeX format for my thesis"
"Show trending AI papers from the last week"
"List all computer science categories in ArXiv"

Additional Resources

  • Model Context Protocol Documentation
  • ArXiv API Documentation
  • Cloudflare Workers Guide
  • MCP TypeScript SDK

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This repository is licensed under the Apache-2.0 License

Acknowledgments

Built with ❤️ by Ibrahim Saidi and AI agents.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Search & Web Crawling
Registryactive
Packagesearch-papers
TransportSTDIO
UpdatedSep 30, 2025
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
Google Search

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels
25
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3