Aira MCP Server

MCP server for Semantic Scholar research workflows with stdio and Streamable HTTP transports.

Remote serverstreamable-http

What is the Aira MCP server?

Aira MCP server exists for a simple reason — assistants are far more useful when they can act on Aira directly instead of describing what you should do. MCP server for Semantic Scholar research workflows with stdio and Streamable HTTP transports.

What you get

A Model Context Protocol (MCP) server that provides AI models with comprehensive access to the Semantic Scholar Academic Graph API. This server enables intelligent literature search, paper analysis, and citation network exploration through a robust set of tools, resources, and prompts.

What the assistant can call

Once Aira is connected, these are the calls the assistant has available:

  • Multi — depth citation network traversal for comprehensive impact analysis

Configuration and credentials

You will need 2 environment variables: WILEY_TDM_CLIENT_TOKEN, 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.

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Choosing this one

Among the developer tooling 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. Aira's toolset — Multi — is a fair guide to whether it matches your workflow. It is maintained by GitHub Actions; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the aira mcp server does with a few real requests.

Available tools

ToolWhat it does
Multidepth citation network traversal for comprehensive impact analysis

How to install the Aira MCP server

{
  "mcpServers": {
    "aira-semanticscholar": {
      "command": "npx",
      "args": ["-y", "aira-semanticscholar"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
WILEY_TDM_CLIENT_TOKENCredential the server authenticates with.Yes
SEMANTIC_SCHOLAR_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Aira to Multi.

Frequently asked questions

It connects Aira to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Multi) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Aira directly.