Skip to content

liyux3/scholar-mcp

v0.8.4Apache-2.0

Scholar MCP for multi-source academic search, citation traversal, paper reading, and deep research workflows.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

scholarstdio
{
  "type": "stdio",
  "command": "uvx",
  "args": [
    "--from",
    "scholar-mcp==0.8.4",
    "scholar-mcp"
  ],
  "env": {
    "SCHOLAR_MCP_EXTENSIONS": "research"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "scholar-mcp",
  "version": "0.8.4",
  "description": "Scholar MCP for multi-source academic search, citation traversal, paper reading, and deep research workflows.",
  "author": {
    "name": "Yuxian Li",
    "url": "https://github.com/Liyux3"
  },
  "homepage": "https://github.com/Liyux3/scholar-mcp",
  "repository": "https://github.com/Liyux3/scholar-mcp",
  "license": "Apache-2.0",
  "keywords": ["academic-search", "citations", "deep-research", "mcp"]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • openai.yaml
View on GitHub