Back to MCP Servers
🔌

memgraph/mcp-memgraph

MITAPI key required

🐍 🏠 - Memgraph MCP Server - includes a tool to run a query against Memgraph and a schema resource.

PythonAI & LLMs

Install

npx -y memgraph-mcp-memgraph

Required environment variables

OPENAI_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "memgraph-mcp-memgraph": {
      "command": "npx",
      "args": [
        "-y",
        "memgraph-mcp-memgraph"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.