io.github.neo4j-labs/neo4j-mcp-canary MCP Server
io.github.neo4j-labs/neo4j-mcp-canary
What is the io.github.neo4j-labs/neo4j-mcp-canary MCP server?
Neo4j MCP Canary — The canary goes first so the rest of us know what's coming
How to install io.github.neo4j-labs/neo4j-mcp-canary
Copy-paste configuration for popular MCP clients.
NEO4J_URIrequiredNeo4j connection URI
NEO4J_USERNAMErequiredNeo4j Database username
NEO4J_PASSWORDrequiredsecretNeo4j Database password
NEO4J_DATABASErequiredNeo4j Database name
{
"mcpServers": {
"neo4j-mcp-canary": {
"command": "uvx",
"args": [
"neo4j-mcp-canary"
],
"env": {
"NEO4J_URI": "<YOUR_NEO4J_URI>",
"NEO4J_USERNAME": "<YOUR_NEO4J_USERNAME>",
"NEO4J_PASSWORD": "<YOUR_NEO4J_PASSWORD>",
"NEO4J_DATABASE": "<YOUR_NEO4J_DATABASE>"
}
}
}
}{
"mcpServers": {
"neo4j-mcp-canary": {
"command": "uvx",
"args": [
"neo4j-mcp-canary"
],
"env": {
"NEO4J_URI": "<YOUR_NEO4J_URI>",
"NEO4J_USERNAME": "<YOUR_NEO4J_USERNAME>",
"NEO4J_PASSWORD": "<YOUR_NEO4J_PASSWORD>",
"NEO4J_DATABASE": "<YOUR_NEO4J_DATABASE>"
}
}
}
}{
"mcpServers": {
"neo4j-mcp-canary": {
"command": "uvx",
"args": [
"neo4j-mcp-canary"
],
"env": {
"NEO4J_URI": "<YOUR_NEO4J_URI>",
"NEO4J_USERNAME": "<YOUR_NEO4J_USERNAME>",
"NEO4J_PASSWORD": "<YOUR_NEO4J_PASSWORD>",
"NEO4J_DATABASE": "<YOUR_NEO4J_DATABASE>"
}
}
}
}{
"servers": {
"neo4j-mcp-canary": {
"type": "stdio",
"command": "uvx",
"args": [
"neo4j-mcp-canary"
],
"env": {
"NEO4J_URI": "<YOUR_NEO4J_URI>",
"NEO4J_USERNAME": "<YOUR_NEO4J_USERNAME>",
"NEO4J_PASSWORD": "<YOUR_NEO4J_PASSWORD>",
"NEO4J_DATABASE": "<YOUR_NEO4J_DATABASE>"
}
}
}
}claude mcp add neo4j-mcp-canary --env NEO4J_URI=<YOUR_NEO4J_URI> --env NEO4J_USERNAME=<YOUR_NEO4J_USERNAME> --env NEO4J_PASSWORD=<YOUR_NEO4J_PASSWORD> --env NEO4J_DATABASE=<YOUR_NEO4J_DATABASE> -- uvx neo4j-mcp-canaryRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.