Skip to content

@elephant-xyz/mcp

Free

by MCP Community

Model Context Protocol server that exposes Elephant data graph tooling

v1.6.0Added Apr 12, 2026
mcpelephantdata-graphtypescriptserver
Works with:ClaudeGPTGeminiCopilot

@elephant-xyz/mcp MCP Server

Model Context Protocol server that exposes Elephant data graph tooling

Installation

npx -y @elephant-xyz/mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @elephant-xyz/mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "@elephant-xyz/mcp": {
      "command": "npx",
      "args": ["-y", "@elephant-xyz/mcp"]
    }
  }
}