{
  "markdown": "# Scopus MCP Server\n\nAn MCP (Model Context Protocol) server for searching [Scopus](https://www.scopus.com/), Elsevier's abstract and citation database covering 90M+ records across science, technology, medicine, social sciences, and arts & humanities.\n\nBuilt with [FastMCP](https://github.com/modelcontextprotocol/python-sdk).\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `scopus_search` | Search by keyword, title, author, affiliation, DOI, or advanced query |\n| `scopus_abstract` | Retrieve full abstract and metadata for a specific record |\n| `scopus_author` | Look up author profiles (h-index, document count, subject areas) |\n| `scopus_author_papers` | List an author's publications |\n| `scopus_export_ris` | Export results as RIS (for Zotero, EndNote, etc.) |\n| `scopus_export_bibtex` | Export results as BibTeX |\n\n## Setup\n\n### 1. Get a Scopus API key\n\nYou need a Scopus API key from the [Elsevier Developer Portal](https://dev.elsevier.com/). Institutional access (e.g., through a university) is typically required for full functionality.\n\n### 2. Install\n\n```bash\ncd scopus-mcp-server\npython3 -m venv venv\nsource venv/bin/activate\npip install -r requirements.txt\n```\n\n### 3. Add to Claude Desktop\n\nAdd this to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"scopus\": {\n      \"command\": \"/path/to/scopus-mcp-server/venv/bin/python\",\n      \"args\": [\"/path/to/scopus-mcp-server/server.py\"],\n      \"env\": {\n        \"SCOPUS_API_KEY\": \"your-api-key\"\n      }\n    }\n  }\n}\n```\n\nOr if using Claude Code CLI:\n\n```bash\nclaude mcp add scopus \\\n  /path/to/scopus-mcp-server/venv/bin/python \\\n  /path/to/scopus-mcp-server/server.py \\\n  -e SCOPUS_API_KEY=your-api-key\n```\n\n## Usage examples\n\n- \"Search Scopus for recent articles on deep learning in medical imaging\"\n- \"Look up the author profile for Smith at Northwestern University\"\n- \"Get the abstract for Scopus ID 85142567890\"\n- \"Find this author's papers and export them as BibTeX\"\n\n## License\n\nMIT\n\n<!-- mcp-name: io.github.SMABoundless/scopus -->\n",
  "bytes": 2030,
  "sha": "360d662d8b5988966ecdeb19ae5f48b7fdda2e3c705e9c7da7d0303145e53133",
  "repo_slug": "smaboundless/scopus-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_smaboundless_scopus_474d20ee/readme"
}