openalex-research-mcp 0.3.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  A Model Context Protocol (MCP) server that provides access to OpenAlex, a comprehensive open catalog of scholarly papers, authors, institutions, and more. Designed to empower AI assistants to conduct literature reviews, analyze research trends, and map the scholarly landscape.
4
4
 
5
+ ## Quick Install
6
+
7
+ ```bash
8
+ npx openalex-research-mcp setup
9
+ ```
10
+
11
+ This auto-detects your Claude Desktop config, prompts for your email and optional API key, writes the config, and verifies connectivity — all in one step. Restart Claude Desktop when done.
12
+
13
+ **Flags:**
14
+ - `--print` — print the config JSON without writing anything
15
+ - `--config-path` — print the detected config file path and exit
16
+ - `--email you@example.com --api-key YOUR_KEY` — non-interactive / scripted mode
17
+
5
18
  **Features:**
6
19
  - ⚡️ **In-memory caching** with TTL for fast repeated requests
7
20
  - 🔄 **Retry logic** with exponential backoff for resilient API calls