Skip to content

v1.5.2 — Drive the whole Gephi plugin ecosystem

Choose a tag to compare

@MattArtzAnthro MattArtzAnthro released this 04 Jul 12:31

The plugin-ecosystem release: gephi-ai now drives Gephi's whole plugin catalog, not just its built-ins.

Gephi plugin 1.2.2 (gephi-mcp-1.2.2.nbm)

  • Run any statistic by name. New /statistics/available and /statistics/run endpoints expose every StatisticsBuilder in the instance, including ones installed from the plugin portal, plus core statistics the fixed routes never covered (Stat. Inference Clustering, Weighted Degree, the Dynamic family).
  • Parameters that actually reach plugin code. The generic runner sets values through setters, bare fields, and enums by name, and hands LongTask statistics a no-op progress ticket, so dialog-configured plugin metrics (verified with the CWTS Leiden Algorithm plugin) run outside their UI.
  • Layout passthrough needed no changes and is now verified and documented: any installed layout plugin is listed and runnable by name (verified with Force Atlas 3D).

MCP server 1.5.2 (PyPI gephi-mcp)

  • New tools gephi_list_statistics and gephi_run_statistic (82 tools total), with a working Leiden parameter recipe in the docstring.
  • gephi_import_file and the skill now carry From Files to Networks recipes: spreadsheets, CSV, JSON, RDF, adjacency matrices, bipartite and similarity data all become graphs conversationally, no importer plugin required.

Claude plugin 1.5.2

  • Skill sections for the plugin ecosystem (install from the portal, drive it here; Noverlap/OpenOrd/Label Adjust ship in core) and the file-format recipes.

Install

  • Claude Desktop, one click: download gephi-ai-1.5.2.mcpb, double-click.
  • Gephi plugin: install gephi-mcp-1.2.2.nbm via Tools > Plugins > Downloaded.