mcpbeat Sign in

zspace-cli MCP Server

by skyzhao1223 Your server? Claim it
local only

zspace-cli runs on your own machine — the client starts it, so there is no endpoint to ping.

Zero-config MCP server + CLI for ZSpace NAS: manage files and pool stats via desktop client proxy.

Installs / week
pypi · zspace-cli
Stars
on GitHub
Last commit
no recent releases
License
language unknown

Nothing serious here today

Today is the operative word: we check zspace-cli every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 zspace-cli -- uvx zspace-cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "zspace-cli": {
      "args": [
        "zspace-cli"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.zspace-cli]
command = "uvx"
args = ["zspace-cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "zspace-cli": {
      "args": [
        "zspace-cli"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "zspace-cli": {
      "args": [
        "zspace-cli"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to zspace-cli

same job, measured the same way
Desktop Commander
by wonderwhy-er

MCP server for terminal commands, file operations, and process management

135 711 installs/wk local only
Codexbox
by psyb0t

Self-hosted MCP server: run OpenAI Codex CLI prompts and manage workspace files.

local only
Komodo MCP Server
by mp-tool

MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI

153 installs/wk local only
Huly MCP
by varaprasadreddy9676

MCP server for Huly — manage projects, issues, documents and more via natural language.

52 installs/wk local only
Zendesk MCP
by michaelrice

Zendesk MCP server for Claude Code and other MCP clients

222 installs/wk local only
Soul MCP Server
by antoniotf5

MCP server for validating and generating SOUL.md agent identity files from Claude Desktop.

67 installs/wk local only
Ainative Postgres MCP
by ainative-studio

Zero-config Postgres MCP with auto-provisioning — drop-in for server-postgres.

74 installs/wk local only
Confluence Cloud
by aaronsb

MCP server for Confluence Cloud — page editing, navigation, and content management

78 installs/wk local only

zspace-cli — questions

Answers built from our own checks of this server.

Why is there no uptime for zspace-cli?
zspace-cli 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 pypi package zspace-cli.
How do I connect zspace-cli?
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 zspace-cli straight from pypi; nothing to host, nothing to sign up for.