MCP server exposing EssenceScholar deep research and paper workflows as agent tools
Project description
EssenceScholar MCP Server
MCP server exposing the EssenceScholar deep research pipeline and paper workflows as agent tools.
Tools
- deep_research — full literature review pipeline (2–8 min, searches EconPapers/arXiv/SSRN, enriches top papers, generates a structured draft)
- deep_research_chat — follow-up on an existing session (ask questions, expand, dig deeper)
- list_deep_researches — list all past research sessions
- get_deep_research — retrieve any past draft by ID
- search_econpapers — raw EconPapers search, returns JSON paper objects
- list_paper_workflows — list available Agent Studio workflows
- run_paper_workflow — run a workflow on a paper in your library
Setup
Add to your Claude config (~/.claude/settings.json):
{
"mcpServers": {
"essencescholar": {
"command": "uvx",
"args": ["essencescholar-mcp"],
"env": {
"ESSENCESCHOLAR_API_KEY": "sk_live_...",
"ESSENCESCHOLAR_API_URL": "https://nightly-api.essencescholar.com"
}
}
}
}
Get your API key from essencescholar.com.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
essencescholar_mcp-0.2.0.tar.gz
(58.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file essencescholar_mcp-0.2.0.tar.gz.
File metadata
- Download URL: essencescholar_mcp-0.2.0.tar.gz
- Upload date:
- Size: 58.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea108a91fbdd7e5a943a6fc5e04ee0acf3ea75ba3c01284d7cd7a4df86e36e6e
|
|
| MD5 |
68aa91ae5135a8e826d825f49e3b15d2
|
|
| BLAKE2b-256 |
46d6668bd497180bcd106acae0d6bf0d398581717f4db390552e3f4c72971bd7
|
File details
Details for the file essencescholar_mcp-0.2.0-py3-none-any.whl.
File metadata
- Download URL: essencescholar_mcp-0.2.0-py3-none-any.whl
- Upload date:
- Size: 12.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5cb75583e80e0abd1d18f1bd424f5146b0d5372bc9e5ae98cd3d0f425006833
|
|
| MD5 |
97015c1c4ed3bb4f2d7e5bba507e813f
|
|
| BLAKE2b-256 |
f1418ec50acd4633e06c443426960c23066ead175d1d790f5a399944051b4894
|