CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
shawnnygoh avatar

ArXiv Scout

shawnnygoh/arxiv-scout
1HTTP
Summary

Connects Claude directly to arXiv's repository and Semantic Scholar's citation graph without requiring API keys. You get eight tools covering search with full query syntax, batch metadata retrieval, PDF text extraction with section detection, and bidirectional citation tracking. Three prompts handle structured summarization, multi-paper comparison, and literature review synthesis. The category lookup is handy since it maps plain English like "machine learning" to arXiv's taxonomy codes. Useful when you're doing research exploration, building reading lists, or need to programmatically pull paper content and citation networks instead of bouncing between browser tabs and manual downloads.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

arXiv Scout

smithery badge

A Model Context Protocol server for searching, retrieving, and analyzing papers from arXiv.org with citation data from Semantic Scholar.

No API key required.

Tools

ToolDescription
arxiv_search_papersSearch with full query syntax, semantic categories, date filtering, pagination
arxiv_get_paperGet metadata by arXiv ID or URL
arxiv_get_papers_batchFetch up to 20 papers in one call
arxiv_download_and_extractPDF → text with section detection, header stripping, page ranges
arxiv_get_referencesOutbound references via Semantic Scholar (PDF fallback)
arxiv_get_citationsInbound citations via Semantic Scholar
arxiv_list_categoriesBrowse taxonomy with semantic lookup ("machine learning" → cs.LG)
arxiv_cache_statsCache hit rates and sizes

Prompts

PromptDescription
summarize_paperGuided structured summary (problem, methods, results, limitations)
compare_papersSide-by-side comparison of 2–5 papers
literature_reviewSearch a topic and synthesize a review

Resources

URIDescription
arxiv://categoriesComplete arXiv category taxonomy
arxiv://help/query-syntaxQuery syntax reference
arxiv://server/infoServer capabilities

Installation

Smithery (hosted)

No local installation needed:

npx -y @smithery/cli@latest run @shawnnygoh/arxiv-scout

Local

uv pip install arxiv-scout

Or from source:

git clone https://github.com/shawnnygoh/arxiv-scout.git
cd arxiv-scout
uv sync

Usage

Claude Desktop

{
  "mcpServers": {
    "arxiv": {
      "command": "uvx",
      "args": ["arxiv-scout"]
    }
  }
}

VS Code

{
  "servers": {
    "arxiv": {
      "command": "uvx",
      "args": ["arxiv-scout"]
    }
  }
}

Cursor

{
  "mcpServers": {
    "arxiv": {
      "url": "https://server.smithery.ai/@shawnnygoh/arxiv-scout/mcp"
    }
  }
}

Claude Code

# Manual installation
claude mcp add --transport http arxiv https://server.smithery.ai/@shawnnygoh/arxiv-scout/mcp

# Using Smithery CLI
npx -y @smithery/cli@latest mcp add shawnnygoh/arxiv-scout --client claude-code

Configuration

VariableDefaultDescription
PORT8000Server port
HOST0.0.0.0Bind address
SEMANTIC_SCHOLAR_API_KEY(none)Optional — higher S2 rate limits

Development

git clone https://github.com/shawnnygoh/arxiv-scout.git
cd arxiv-scout
uv sync --dev

# Unit tests (no network)
uv run pytest

# Include integration tests (hits real APIs)
uv run pytest -m integration

# Test with MCP Inspector
uv run arxiv-scout &
npx @modelcontextprotocol/inspector
# Transport: Streamable HTTP → http://localhost:8000/mcp

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Search & Web Crawling
TransportHTTP
UpdatedFeb 26, 2026
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
yubinkim444 avatar
AI-First Scraper

yubinkim444/ai-first-scraper-mcp

Three MCP tools: fetch_page, fetch_pages_batch, search_web. Ad-free Markdown for AI agents.
1
ai.reka avatar
Reka

ai.reka/mcp

Understand your videos with Reka AI — search, ask questions, and extract insights.
blacklotusdev8 avatar
Blacklotusdev8 Test M

ai.smithery/blacklotusdev8-test_m

Greet anyone by name with a friendly hello. Scrape webpages to extract content for quick reference…
brightdata avatar
Luminati Io Brightdata Mcp

ai.smithery/luminati-io-brightdata-mcp

One MCP for the Web. Easily search, crawl, navigate, and extract websites without getting blocked.…
rainbowgore avatar
Rainbowgore Stealthee Mcp Tools

ai.smithery/rainbowgore-stealthee-mcp-tools

Spot pre-launch products before they trend. Search the web and tech sites, extract and parse pages…
bobbyhouse avatar
Project Gutenberg MCP

bobbyhouse/project-gutenberg-mcp

Read Project Gutenberg books via MCP. Search, fetch metadata, and retrieve text in passages.