A Model Context Protocol (MCP) server that provides access to Semantic Scholar's academic paper database through their API.
A Model Context Protocol (MCP) server that provides access to Semantic Scholar's academic paper database through their API. The semantic scholar mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 2 defined tools rather than through you.
Everything the assistant can do here goes through one of these:
Required — query (search terms)Optional — fields, limit, offset, year, fieldsOfStudy, openAccessPdfYou will need one environment variable: SEMANTIC_SCHOLAR_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Among the database access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Semantic Scholar MCP's toolset — Required, Optional — is a fair guide to whether it matches your workflow. It is maintained by FujishigeTemma; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Semantic Scholar MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Required | query (search terms) |
| Optional | fields, limit, offset, year, fieldsOfStudy, openAccessPdf |
| Variable | Description | Required |
|---|---|---|
| SEMANTIC_SCHOLAR_API_KEY | Credential the server authenticates with. | Yes |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.