Network Collab - AI Agents Hackathon – MIT Media Lab × Harvard × AI Tinkerers Paris
AI Tinkerers - Paris
Hackathon Showcase

Network Collab

Automating arXiv metadata ingestion into Neo4j (Paper/Author/Institution/Keyword) with MCP + Arrows sync; demo & scripts on GitHub.

5 members Watch Demo
https://github.com/eyeou/Network_Collab/blob/main/README.md#-demo

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.

N/A

AI Tinkerers Anthropic MCPs we are using: 1. Arxiv: https://github.com/prashalruchiranga/arxiv-mcp-server 2. Neo4J: https://github.com/neo4j-contrib/mcp-neo4j/tree/main/servers/mcp-neo4j-cypher 3. PDF reader: https://github.com/sylphxltd/pdf-reader-mcp MIT Media Lab