# Semantic Scholar Academic Research MCP

Provide AI assistants with seamless access to Semantic Scholar's extensive academic database for advanced paper discovery, author research, citation analysis, and content exploration. Enable natural …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add alperenkocyigit/semantic-scholar-graph-api

# Browse available tools
npx -y @smithery/cli@latest tool list alperenkocyigit/semantic-scholar-graph-api

# Get full schema for a tool
npx -y @smithery/cli@latest tool get alperenkocyigit/semantic-scholar-graph-api search_semantic_scholar

# Call a tool
npx -y @smithery/cli@latest tool call alperenkocyigit/semantic-scholar-graph-api search_semantic_scholar '{}'
```

## Direct MCP Connection

Endpoint: `https://semantic-scholar-graph-api--alperenkocyigit.run.tools`

## Tools (12)

- `search_semantic_scholar`
- `get_semantic_scholar_paper_details`
- `get_semantic_scholar_author_details`
- `get_semantic_scholar_citations_and_references`
- `search_semantic_scholar_authors`
- `get_semantic_scholar_paper_match`
- `get_semantic_scholar_paper_autocomplete`
- `get_semantic_scholar_papers_batch`
- `get_semantic_scholar_authors_batch`
- `search_semantic_scholar_snippets`
- `get_semantic_scholar_paper_recommendations_from_lists`
- `get_semantic_scholar_paper_recommendations`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get alperenkocyigit/semantic-scholar-graph-api <tool-name>
```

---

Source: https://github.com/alperenkocyigit/semantic-scholar-graph-api
