@papersflow/opencode-papersflowOpenCode plugin for academic research — search 474M+ papers, verify citations, explore citation graphs, and run deep research via PapersFlow
1
17
2 in 7 days
21.6
Multi-signal model
5 months ago
2026-03-12
Install and configure
opencode.jsonWrites to this project's opencode.json — applies to this repository only.
opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@papersflow/opencode-papersflow@1.0.0"]
}Writes to ~/.config/opencode/opencode.json — applies to every project.
~/.config/opencode/opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@papersflow/opencode-papersflow@1.0.0"]
}If you want to modify the plugin locally, install it into the project and reference the local path.
shell
pnpm add -D @papersflow/opencode-papersflowopencode loads npm dependencies through its embedded runtime on startup and caches them locally — no manual global install needed.
OpenCode plugin for academic research by PapersFlow — search 474M+ papers, verify citations, explore citation graphs, and run deep research.
Install
Add to your opencode.json:
{
"plugin": ["opencode-papersflow"]
}
Tools
| Tool | Description |
|---|---|
papersflow_search_literature |
Search 474M+ papers from Semantic Scholar and OpenAlex |
papersflow_verify_citation |
Verify and normalize DOIs, arXiv IDs, PubMed IDs, URLs, or free-text citations |
papersflow_find_related_papers |
Find references, citations, and similar works for a paper |
papersflow_get_citation_graph |
Get the full citation graph for a paper |
papersflow_get_paper_neighbors |
Get one-hop neighbors grouped by type |
papersflow_expand_citation_graph |
Expand a citation graph from existing nodes |
How it works
This plugin connects to the PapersFlow hosted MCP server at https://doxa.papersflow.ai/mcp and exposes its academic research tools as native OpenCode tools. No API key needed for public tools.
Links
License
MIT