New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@vizbl/mcp

Package Overview
Dependencies
Maintainers
2
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vizbl/mcp

Local MCP server for the Vizbl Developer API

latest
npmnpm
Version
0.1.0
Version published
Weekly downloads
0
-100%
Maintainers
2
Weekly downloads
 
Created
Source

Vizbl MCP

Local MCP server for the Vizbl Developer API.

Codex

codex mcp add vizbl \
  --env VIZBL_API_KEY=your_api_key \
  -- npx -y @vizbl/mcp

Claude Desktop

{
  "mcpServers": {
    "vizbl": {
      "command": "npx",
      "args": ["-y", "@vizbl/mcp"],
      "env": {
        "VIZBL_API_KEY": "your_api_key"
      }
    }
  }
}

Environment

  • VIZBL_API_KEY is required.
  • VIZBL_BASE_URL optionally overrides the Developer API base URL.
  • VIZBL_TIMEOUT_MS optionally sets request timeout in milliseconds.

Tools

  • vizbl_import_model
  • vizbl_get_import
  • vizbl_wait_import
  • vizbl_delete_object

Keywords

vizbl

FAQs

Package last updated on 28 Jul 2026

Related posts