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
Paper Search
search

Paper Search MCP Server

Multi-source academic paper search MCP

papersresearchpubmedgoogle-scholaracademic

About

## Paper Search MCP Server: Academic Literature Discovery The **Paper Search MCP Server** provides unified academic paper search across Google Antigravity, enabling AI-assisted research discovery from multiple databases including Semantic Scholar, CrossRef, and more. ### Why Paper Search MCP? - **Multi-Source**: Search across multiple academic databases - **Citation Analysis**: Access citation counts and references - **Full Text Access**: Links to PDFs and full text when available - **Author Profiles**: Find papers by specific researchers - **Semantic Search**: Find papers by concept, not just keywords ### 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": "Search for papers on reinforcement learning from human feedback" }] ) ``` #### 2. Citation Lookup ```python # Find citations response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get papers citing the original Transformer paper" }] ) ``` #### 3. Author Papers ```python # Find by author response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Find recent papers by Geoffrey Hinton" }] ) ``` #### 4. Related Papers ```python # Find related response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Find papers similar to this one based on content and citations" }] ) ``` ### Configuration ```json { "mcpServers": { "paper-search": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-paper-search"], "env": { "SEMANTIC_SCHOLAR_API_KEY": "your-api-key" } } } } ``` ### Use Cases **Literature Review**: Comprehensive literature searches. **Research**: Find relevant papers for projects. **Citation Tracking**: Monitor paper impact. **Staying Current**: Track new publications in your field. The Paper Search MCP Server brings academic discovery into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "paper-search": {
      "mcpServers": {
        "paper-search": {
          "args": [
            "paper-search-mcp"
          ],
          "command": "uvx"
        }
      }
    }
  }
}

How to Use

  1. 11. Search multiple academic databases
  2. 22. ArXiv, PubMed, bioRxiv, Google Scholar, Semantic Scholar
  3. 33. Download papers and metadata

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