Module 2
Using Neo4j MCP Tools
In the previous module, you installed the Neo4j MCP server and configured it to connect to your Neo4j database.
In this module, you will explore the server, its tools in more detail, and use the agent and MCP server to build a simple Python application.
You will:
- Explore the Neo4j MCP server tools
- Learn how to read graph schemas
- Generate Full definition for Cypher (opens in a new tab)Neo4j's implementation of GQL, the ISO standard query language for graph databases. It is declarative: you describe the pattern to find, and the database decides how to find it. statements
- Build a Python application using MCP tools