What is the ZKshare MCP server?
ZKshare stdio MCP: store/prove/share, semantic search, sandbox proxy to HTTPS /api/v1/context.
How to install ZKshare
Copy-paste configuration for popular MCP clients.
ZKSHARE_API_KEYrequiredsecretZKshare API key (zk_live_…). Create one at zkshare.io/api-key — required for POST /api/v1/context.
ZKSHARE_API_URLAPI origin including scheme; omit for production (https://zkshare.io). Use http://localhost:3000 only when self-hosting.
{
"mcpServers": {
"zkshare": {
"command": "npx",
"args": [
"-y",
"zkshare-mcp"
],
"env": {
"ZKSHARE_API_KEY": "<YOUR_ZKSHARE_API_KEY>",
"ZKSHARE_API_URL": "<YOUR_ZKSHARE_API_URL>"
}
}
}
}{
"mcpServers": {
"zkshare": {
"command": "npx",
"args": [
"-y",
"zkshare-mcp"
],
"env": {
"ZKSHARE_API_KEY": "<YOUR_ZKSHARE_API_KEY>",
"ZKSHARE_API_URL": "<YOUR_ZKSHARE_API_URL>"
}
}
}
}{
"mcpServers": {
"zkshare": {
"command": "npx",
"args": [
"-y",
"zkshare-mcp"
],
"env": {
"ZKSHARE_API_KEY": "<YOUR_ZKSHARE_API_KEY>",
"ZKSHARE_API_URL": "<YOUR_ZKSHARE_API_URL>"
}
}
}
}{
"servers": {
"zkshare": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"zkshare-mcp"
],
"env": {
"ZKSHARE_API_KEY": "<YOUR_ZKSHARE_API_KEY>",
"ZKSHARE_API_URL": "<YOUR_ZKSHARE_API_URL>"
}
}
}
}claude mcp add zkshare --env ZKSHARE_API_KEY=<YOUR_ZKSHARE_API_KEY> --env ZKSHARE_API_URL=<YOUR_ZKSHARE_API_URL> -- npx -y zkshare-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.