Skip to main content
Glama
adarshrkumar

AI-Scholarly-Mode

by adarshrkumar

AI-Scholarly-Mode

A Model Context Protocol (MCP) Server that enables AI assistants to operate in a specialized "scholarly mode," restricting them to exclusively use scholarly article search and retrieval tools powered by Springer Nature's Open Access API.

Overview

This MCP server allows users to engage in research-driven conversations with AI assistants (like Claude) while ensuring the AI only accesses peer-reviewed academic articles from Springer Nature's open access collection.

Related MCP server: ScholarScope MCP

Features

  • Scholarly Mode Toggle - Enable/disable scholarly-only mode for AI conversations

  • Article Search - Search Springer Nature's open access collection with custom queries

  • Article Retrieval - Fetch full article content in structured JSON format (converted from JATS XML)

  • MCP Protocol - Seamless integration with Claude and other MCP-compatible AI assistants

Installation

# Clone the repository
git clone https://github.com/adarshrkumar/AI-Scholarly-Mode.git
cd AI-Scholarly-Mode

# Install dependencies
npm install

# Build the project
npm run build

Configuration

API Key Setup

You need a Springer Nature API key to use this server.

  1. Obtain an API key from Springer Nature Developer Portal

  2. Create a .env file in the project root:

    SPRINGER_API_KEY=your_api_key_here

Usage

Running the Server

# Production
npm start

# Development
npm run dev

MCP Client Configuration

Add this server to your MCP client configuration. For Claude Desktop, add to your config:

{
  "mcpServers": {
    "scholarly-mode": {
      "command": "node",
      "args": ["path/to/AI-Scholarly-Mode/dist/index.js"]
    }
  }
}

Available Tools

Tool

Description

scholarly-mode-start

Activates scholarly mode, restricting AI to use only Springer search tools

scholarly-mode-stop

Deactivates scholarly mode, returning AI to normal operation

get_articles_list

Searches Springer for articles matching a query. Parameters: query (required), articles_per_page (optional)

get_springer_article_data

Retrieves full article content by ID. Parameters: id (required)

Tech Stack

  • TypeScript - Type-safe development

  • @modelcontextprotocol/sdk - MCP server framework

  • xml-js - JATS XML to JSON conversion

  • Zod - Schema validation

  • dotenv - Environment variable management

Project Structure

AI-Scholarly-Mode/
├── index.ts              # Main MCP server implementation
├── springer.ts           # Springer API integration
├── ConsoleManagement.ts  # Console output utilities
├── package.json          # Project configuration
├── tsconfig.json         # TypeScript configuration
└── dist/                 # Compiled output

Author

Created by adarshrkumar for Playlab.ai

License

ISC

Install Server
F
license - not found
C
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    C
    quality
    F
    maintenance
    Enables real-time search and retrieval of academic paper information from multiple sources, providing access to paper metadata, abstracts, and full-text content when available, with structured data responses for integration with AI models that support tool/function calling.
    Last updated
    3
    120
    AGPL 3.0
  • A
    license
    A
    quality
    D
    maintenance
    Enables academic research through the OpenAlex API, allowing users to search for papers, authors, and institutions, retrieve citations, and fetch full-text content when available. Perfect for building intelligent research assistants that can explore academic literature and related works.
    Last updated
    8
    7
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to search across multiple academic databases (PubMed, arXiv, bioRxiv, medRxiv, Semantic Scholar) through a unified interface. Supports advanced filtering, metadata retrieval, PDF downloads, and comprehensive research workflows with citation analysis.
    Last updated
    5
  • F
    license
    A
    quality
    D
    maintenance
    Enables AI-powered academic research by searching and retrieving research papers from OpenAlex database. Supports searching by keywords/topics and fetching full abstracts for detailed paper analysis.
    Last updated
    6

View all related MCP servers

Related MCP Connectors

  • Search peer-reviewed papers and research methodology guidance from your AI agent.

  • Search 340M+ academic papers — citation graphs, semantic similarity, and AI literature reviews.

  • Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/adarshrkumar/AI-Scholarly-Mode'

If you have feedback or need assistance with the MCP directory API, please join our Discord server