gephi-ai

MattArtzAnthro/gephi-ai
★ 11 stars Java 🤖 AI/LLM Updated 18d ago
Extends Gephi with AI capabilities. Includes a Gephi plugin for graph analytics, an MCP server bridging AI assistants and Gephi, a Claude Code plugin with slash commands and workflow skills, and a specialized agent for network analysis research. Built for researchers working across network science and AI.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gephi-ai": {
      "command": "npx",
      "args": [
        "-y",
        "MattArtzAnthro/gephi-ai"
      ]
    }
  }
}