What problem does it solve? Connecting AI coding assistants to a Neo4j database requires correctly installing the official Neo4j MCP server and writing editor-specific configuration, where small mistakes like relative paths, wrong config file locations, or malformed JSON cause silent failures. This Skill provides verified, editor-specific setup instructions and troubleshooting guidance. ## Core Features & Use Cases - Editor-specific configuration: Ready-to-use config blocks for Claude Code, Claude Desktop, Cursor, Windsurf, VS Code, Kiro, Cline, and Antigravity, including the VS Code servers vs mcpServers difference. - Transport and access control: Covers stdio and HTTP transport modes, per-request Basic auth, and read-only mode via NEO4J_READ_ONLY to hide the write-cypher tool. - Troubleshooting and verification: Smoke tests (RETURN 'connected'), APOC requirements for get-schema, and a symptom-to-fix table for common connection errors. - Use Case: You want Claude Code to query your Aura instance. Use this Skill to install neo4j-mcp-server, resolve its absolute path, write the correct mcpServers config with credentials, and verify the four MCP tools (get-schema, read-cypher, write-cypher, list-gds-procedures) respond. ## Quick Start Ask the agent to install the Neo4j MCP server and configure your editor to connect to your Neo4j database, then run the connectivity smoke test.