mcpbeat Sign in

Cytoscape Desktop MCP Server

by cytoscape Your server? Claim it
local only

Cytoscape Desktop MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 1 Sep 2026.

Drive a running Cytoscape Desktop to load, lay out, and style biological networks.

Installs per day peak 11 · avg 5 · +65% w/w
a month agotoday
31
Installs / week
npm · @cytoscape/cytoscape-desktop-mcp-bridge
7
Stars
2 open issues
1 Sep 2026
Last commit
0 releases in 90 days
BSD-3-Clause
License
Java

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] index.js:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cytoscape-desktop-mcp-bridge -- npx -y @cytoscape/cytoscape-desktop-mcp-bridge
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cytoscape-desktop-mcp-bridge": {
      "args": [
        "-y",
        "@cytoscape/cytoscape-desktop-mcp-bridge"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cytoscape-desktop-mcp-bridge]
command = "npx"
args = ["-y", "@cytoscape/cytoscape-desktop-mcp-bridge"]
.cursor/mcp.json
{
  "mcpServers": {
    "cytoscape-desktop-mcp-bridge": {
      "args": [
        "-y",
        "@cytoscape/cytoscape-desktop-mcp-bridge"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cytoscape-desktop-mcp-bridge": {
      "args": [
        "-y",
        "@cytoscape/cytoscape-desktop-mcp-bridge"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CYREST_PORT (Port Cytoscape Desktop's REST interface listens on (Edit > Preferences > REST API)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cytoscape Desktop MCP

same job, measured the same way
Ikenga iyke (control bridge)
by royalti-io

Drive a running Ikenga desktop app from MCP clients — DOM, click, type, navigate, screenshot.

93 installs/wk local only
Ikenga iyke (control bridge)
by ikenga

Drive a running Ikenga desktop app from MCP clients — DOM, click, type, navigate, screenshot.

local only
tmodloader-mcp
by musharna

Drive a running tModLoader (Terraria) instance from an agent: launch, query, screenshot, read state.

local only
realhands - Real Desktop Computer Use
by kanishka089

Lets Claude drive your REAL mouse, keyboard and screen - works in your own logged-in apps.

336 installs/wk local only
3dstreet
by 3dstreet

Drive an open 3DStreet scene tab from Claude Desktop or Claude Code via MCP tool calls.

108 installs/wk local only
Invoice Badger
by invoicebadger

Invoicing you drive by talking to your AI: log time, raise invoices and track what's owed via MCP.

answering
Persis
by alright-alright

Biological memory for AI agents. Pattern learning, decay, clustering, 8-drive behavior.

answering
Neuronscope
by rudrendupaul

Traces which neurons and attention heads drive a language model's output via MCP tools.

131 installs/wk local only

Cytoscape Desktop MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Cytoscape Desktop MCP?
Cytoscape Desktop MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @cytoscape/cytoscape-desktop-mcp-bridge was installed 31 times last week.
How do I connect Cytoscape Desktop MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @cytoscape/cytoscape-desktop-mcp-bridge straight from npm; nothing to host, nothing to sign up for.
How many people use Cytoscape Desktop MCP?
The npm package @cytoscape/cytoscape-desktop-mcp-bridge was installed 31 times in the last week. Week over week that is +65%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cytoscape Desktop MCP open source?
Yes — it is published under the BSD-3-Clause licence, written in Java, 7 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.