MCPHub

0 serversUpdated Sep 16, 2026

TasksCollectionsPlaygroundSubmit
MCPHub

Catalog

  • Servers
  • Browse A–Z
  • Trending
  • Categories
  • Tasks
  • Collections
  • Playground
  • Submit
  • For agents

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

  1. Home
  2. /Collections
  3. /Academic research

Academic research

Find papers, resolve citations, and keep the library in sync: arXiv, Semantic Scholar, PubMed, Zotero, and CSL export.

Ads

Servers in this stack

  1. 1K

    kaliaboi/mcp-zotero

    A connector for LLMs to work with collections and sources on your Zotero Cloud

    Knowledge & Memory

    0
  2. 2B

    blazickjp/arxiv-mcp-server

    A local MCP server for agent literature work. The differentiator is original-LaTeX section reads, BibTeX from arXiv metadata, and topic watches. Papers stay on disk.

    Search & Data Extraction

    0
  3. 3S

    smaniches/semantic-scholar-mcp

    Semantic Scholar MCP server: 14 typed tools over 200M+ academic papers — search, paper/author retrieval, citation-graph traversal, and recommendations. `uvx s2-mcp-server`

    Research

    0
  4. 4P

    pubspro/pubmed-search

    Search PubMed and summarize biomedical literature, designed for AI health agents.

    Biology, Medicine and Bioinformatics

    0
  5. 5M

    mlava/scholar-sidekick-mcp

    Resolve any scholarly identifier (DOI, PMID, PMCID, ISBN, arXiv, ISSN, ADS bibcode, WHO IRIS URL) into structured CSL JSON, format in 10,000+ citation styles, or export to BibTeX/RIS/EndNote/Zotero RDF/CSV. Single or batch. Install: `npx -y scholar-sidekick-mcp`.

    Research

    0

Combined config

Only servers with a published config example are merged here.

{
  "mcpServers": {
    "mcp-zotero": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-zotero"
      ]
    },
    "arxiv-mcp-server": {
      "command": "uvx",
      "args": [
        "arxiv-mcp-server"
      ]
    },
    "semantic-scholar-mcp": {
      "url": "http://127.0.0.1:8000/mcp"
    },
    "pubmed-search": {
      "url": "https://mcpize.com/mcp/pubmed-search"
    },
    "scholar-sidekick-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "scholar-sidekick-mcp@latest"
      ]
    }
  }
}