Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
ArXiv
book

ArXiv MCP Server

MCP server for academic paper search

arxivresearchpapersacademicscience

About

## ArXiv MCP Server: Scientific Research Papers The **ArXiv MCP Server** integrates arXiv preprint repository into Google Antigravity, enabling AI-assisted access to scientific papers, research discovery, and academic literature across physics, mathematics, computer science, and more. ### Why ArXiv MCP? - **Open Access**: Free access to over 2 million research papers - **Cutting Edge**: Latest research before peer review publication - **Multi-Discipline**: Physics, math, CS, biology, economics, and more - **Citation Data**: Access to references and citations - **Full Text**: PDF and LaTeX source access ### Key Features #### 1. Paper Search ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Find recent papers on large language models and transformers" }] ) ``` #### 2. Paper Details ```python # Get paper info response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get abstract and metadata for arXiv paper 2103.14030" }] ) ``` #### 3. Author Search ```python # Find by author response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Find all papers by Yann LeCun on deep learning" }] ) ``` #### 4. Category Browse ```python # Browse categories response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show latest papers in cs.AI category from this week" }] ) ``` ### Configuration ```json { "mcpServers": { "arxiv": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-arxiv"], "env": { "ARXIV_MAX_RESULTS": "50" } } } } ``` ### Use Cases **Research Discovery**: Find relevant papers for research projects. **Literature Review**: Compile papers for systematic reviews. **Staying Current**: Track latest developments in your field. **Citation Research**: Find references and citing papers. The ArXiv MCP Server brings scientific literature into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "arxiv": {
      "mcpServers": {
        "arxiv": {
          "args": [
            "arxiv-mcp-server"
          ],
          "command": "uvx"
        }
      }
    }
  }
}

How to Use

  1. 11. Search arXiv papers by topic or keyword
  2. 22. Retrieve paper metadata and abstracts
  3. 33. Download and analyze research papers

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers