MCP Directory
Back

academic-search-mcp-server

by afrise · Python · ★ 117

Academic Paper Search MCP Server for Claude Desktop integration. Allows Claude to access data from Semantic Scholar and Crossref.

#academic#ai#llm#mcp#mcp-server#search

Install

pip install git+https://github.com/afrise/academic-search-mcp-server.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "academic-search-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/afrise/academic-search-mcp-server.git"
      ]
    }
  }
}

From the README

[](https://smithery.ai/server/@afrise/academic-search-mcp-server) A [Model Context Protocol (MCP)](https://www.anthropic.com/news/model-context-protocol) server that enables searching and retrieving academic paper information from multiple sources. The server provides LLMs with: - Real-time academic paper search functionality - Access to paper metadata and abstracts - Ability to retrieve full-text content when available - Structured data responses following the MCP specification While primarily designed for integration with Anthropic's Claude Desktop client, the MCP specification allows f…
Read full README on GitHub →

Related ai & ml servers