MCPServers
N

Summary

This Neo4j MCP server, developed by Daichi Okazaki, enables AI assistants to interact with Neo4j graph databases through natural language. Built with TypeScript using the @modelcontextprotocol/sdk and neo4j-driver, it provides tools for executing Cypher queries, creating nodes and relationships, and performing complex graph operations. The implementation abstracts the intricacies of Neo4j's query language and data structures, allowing AI systems to seamlessly work with graph data. By connecting AI capabilities with powerful graph database functionality, this server facilitates use cases such as knowledge graph exploration, social network analysis, recommendation systems, and complex data relationship modeling.

Available Actions(3)

execute_query

Execute Cypher queries on the Neo4j database. Supports all types of Cypher queries (READ, CREATE, UPDATE, DELETE) and returns query results in a structured format. Parameters can be passed to prevent injection attacks.

create_node

Create a new node in the graph database. Specify node labels and properties, and returns the created node with its internal ID. Supports all Neo4j data types for properties.

create_relationship

Create a relationship between two existing nodes. Define relationship type and direction, add properties to relationships, and requires node IDs for source and target nodes.

Last Updated: April 8, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Try it now in
HighlightHighlight AI

语言

TypeScript

分类

标签