literature-agent-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@literature-agent-mcpsearch for recent papers on immunotherapy in lung cancer"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
literature-agent-mcp
MCP server that exposes the local biomedical literature pipeline in:
/Users/zouxingyu/Desktop/Codex工作区/literature-agent
It wraps the existing five-step CLI workflow as MCP tools so OpenClaw / Codex / Claude Code / other MCP clients can call it as a standard server.
Tools
plan_querysearch_and_mergedownload_fulltextsconvert_and_indexwrite_draftrun_pipeline
Related MCP server: ryogena-pubmed-mcp
Default assumptions
Biomedical / pathology domain
Legal open-access retrieval only
No paywall bypass
Local literature-agent project already exists
Local setup
cd /tmp/mcp_repo_zouxy111
python3.11 -m venv .venv
source .venv/bin/activate
pip install -e .Run server
source .venv/bin/activate
literature-agent-mcpEnvironment variables
LITERATURE_AGENT_ROOT: override the default project root
Default:/Users/zouxingyu/Desktop/Codex工作区/literature-agentLITERATURE_AGENT_PYTHON: override the interpreter used to call the backend
Default:<root>/.venv/bin/python, fallbackpython
Example MCP config
{
"mcpServers": {
"literature-agent": {
"command": "/tmp/mcp_repo_zouxy111/.venv/bin/literature-agent-mcp",
"env": {
"LITERATURE_AGENT_ROOT": "/Users/zouxingyu/Desktop/Codex工作区/literature-agent"
}
}
}
}Backend outputs
For a given task_id, outputs are written under:
<literature-agent>/work/<task_id>/
Typical structure:
query_plan.jsonsearch/master_results.jsonlcorpus/draft/
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceComprehensive MCP server for academic research workflows, enabling paper searching across multiple sources, manuscript processing with citation placeholders, search caching, and citation export.Last updated11MIT
- AlicenseAqualityDmaintenanceExposes NCBI PubMed as MCP tools for searching literature, fetching abstracts, exploring citation graphs, and finding author publications without requiring an API key.Last updated4MIT
- Alicense-qualityDmaintenanceThis MCP server provides 16 intelligent tools for searching, retrieving, and linking biomedical literature from PubMed and PMC. It enables LLM applications to perform complex queries, batch processing, and cross-database linking.Last updated8MIT
- Alicense-qualityBmaintenanceProvides structured PubMed literature data for LLM agents, supporting search, caching, and open-access full-text downloads via the MCP protocol.Last updated4811Apache 2.0
Related MCP Connectors
PubMed MCP — wraps the NCBI E-utilities API (biomedical literature, free, no auth)
MCP server for Altmetric APIs - track research attention across news, policy, social media, and more
IEEE Xplore MCP — BYOK wrapper over the IEEE Xplore Metadata Search API
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zouxy111/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server