Network Collab
Automating arXiv metadata ingestion into Neo4j (Paper/Author/Institution/Keyword) with MCP + Arrows sync; demo & scripts on GitHub.
Video Video
https://github.com/eyeou/Network_Collab/blob/main/README.md#-demoProject Description
We’re automating the ingestion of arXiv papers and new submissions—titles, abstracts, authors , affiliations and keywords—into a Neo4j property graph. With Neo4j’s MCP tools we define and validate a schema (Paper, Author, Institution, Keyword), generate Cypher constraints/indexes load cleaned metadata in one go.
For schema design and upkeep, we sync bidirectionally with Arrows.app: exporting our MCP model into Arrows JSON to update diagrams, then re-importing any refinements back through MCP to regenerate constraints and ingestion scripts.
Prior Work
N/A