cytoscape-desktop-mcp

cytoscape/cytoscape-desktop-mcp
★ 5 stars Java 🤖 AI/LLM Updated 20d ago
App which provides an MCP server for integration of desktop with agents
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": {
    "cytoscape-desktop-mc": {
      "command": "npx",
      "args": [
        "-y",
        "cytoscape/cytoscape-desktop-mcp"
      ]
    }
  }
}