Skip to content
VS Code

OmniScholar for VS Code

io.github.luffysolution-svg/omnischolar

Literature, Zotero, PDF, citation, materials, and scientific image tools for research agents.

client:VS Code transport:stdio runtime:pypi

Install OmniScholar in VS Code

.vscode/mcp.json

{
  "servers": {
    "omnischolar": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "luffysolution-omnischolar"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

OmniScholar in other clients