Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By cyanheads
Search arXiv, fetch paper metadata, and read full-text content via MCP. STDIO or Streamable HTTP.
npx claudepluginhub cyanheads/cyanheads --plugin arxiv-mcp-serverScaffold an MCP App tool + UI resource pair. Use when the user asks to add a tool with interactive UI, create an MCP App, or build a visual/interactive tool.
Scaffold a new MCP prompt template. Use when the user asks to add a prompt, create a reusable message template, or define a prompt for LLM interactions.
Scaffold a new MCP resource definition. Use when the user asks to add a resource, expose data via URI, or create a readable endpoint.
Scaffold a new service integration. Use when the user asks to add a service, integrate an external API, or create a reusable domain module with its own initialization and state.
Scaffold a test file for an existing tool, resource, or service. Use when the user asks to add tests, improve coverage, or when a definition exists without a matching test file.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Write SQL, explore datasets, and generate insights faster. Build visualizations and dashboards, and turn raw data into clear stories for stakeholders.
Open-source, local-first Claude Code plugin for token reduction, context compression, and cost optimization using hybrid RAG retrieval (BM25 + vector search), reranking, AST-aware chunking, and compact context packets.
MCP server that saves 98% of your context window with session continuity. Sandboxed code execution in 11 languages, FTS5 knowledge base with BM25 ranking, and automatic state restore across compactions.
Agent Skills for AI/ML tasks including dataset creation, model training, evaluation, and research paper publishing on Hugging Face Hub
Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms.
MCP server for the ClinicalTrials.gov v2 API. Search trials, retrieve study details and results, and match patients to eligible trials.
No description provided.
Send, manage, and replay ntfy push notifications via MCP. STDIO or Streamable HTTP.
MCP server for the PubChem chemical database. Search compounds, fetch properties, safety data, bioactivity, cross-references, and entity summaries. STDIO & Streamable HTTP.
Search arXiv, fetch paper metadata, and read full-text content via MCP. STDIO or Streamable HTTP.
Public Hosted Server: https://arxiv.caseyjhand.com/mcp
Four tools for searching and reading arXiv papers:
| Tool Name | Description |
|---|---|
arxiv_search | Search arXiv papers by query with category and sort filters. |
arxiv_get_metadata | Get full metadata for one or more arXiv papers by ID. |
arxiv_read_paper | Fetch the full text content of an arXiv paper from its HTML rendering. |
arxiv_list_categories | List arXiv category taxonomy, optionally filtered by group. |
arxiv_searchSearch for papers using free-text queries with field prefixes and boolean operators.
ti: (title), au: (author), abs: (abstract), cat: (category), all: (all fields)AND, OR, ANDNOTarxiv_get_metadataFetch full metadata for one or more papers by known arXiv ID.
2401.12345v2) and unversioned (2401.12345) IDshep-th/9901001)arxiv_read_paperRead the full HTML content of an arXiv paper.
$…$ inline, $$…$$ block) so the character budget targets paper contentmax_characters defaults to 100,000; raw HTML can be 500KB-3MB+ for math-heavy papersarxiv_list_categoriesList arXiv category codes and names for discovery.
| URI Pattern | Description |
|---|---|
arxiv://paper/{paperId} | Paper metadata by arXiv ID. |
arxiv://categories | Full arXiv category taxonomy. |
Built on @cyanheads/mcp-ts-core:
none, jwt, oauth)arXiv-specific: