cytoscape.js (MCP Server)

GitHub

Graph theory (network) library for visualisation and analysis

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "cytoscape.js": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-cytoscape.js"
      ]
    }
  }
}