All MCP servers

Mcp Neo4J Cypher

Official
by Api.AirforcestdioDatabases0958MIT

A simple Neo4j MCP server that allows you to run Cypher queries against a Neo4j database.

mcpopen-sourcedatabases

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "mcp-neo4j-cypher-imp90dcc": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}