@vslzai/mcp-server
v0.1.0
Published
Local stdio MCP server for VSLZ AI
Readme
@vslzai/mcp-server
Local stdio MCP server for VSLZ AI.
Users install it with npx and authenticate with a VSLZ API key created from the VSLZ settings page.
Environment
Required:
VSLZ_API_KEY
Optional:
VSLZ_BASE_URLDefaults tohttps://vslzai.com
Quick install
npx -y @vslzai/mcp-serverClaude Desktop
Add a stdio MCP entry that runs the package through npx:
{
"mcpServers": {
"vslz": {
"command": "npx",
"args": ["-y", "@vslzai/mcp-server"],
"env": {
"VSLZ_API_KEY": "vslz_your_key_here"
}
}
}
}Cursor
Use the same stdio command in mcp.json:
{
"mcpServers": {
"vslz": {
"command": "npx",
"args": ["-y", "@vslzai/mcp-server"],
"env": {
"VSLZ_API_KEY": "vslz_your_key_here"
}
}
}
}Tools
vslz_analyzeStarts an async VSLZ analysis, polls until completion, and returns the final result.vslz_uploadUploads a local file into a VSLZ session or the global file library.vslz_list_filesLists session and global files.vslz_get_schemaReturns the schema card for a file.vslz_queryRuns a synchronous query and returns the completed result directly.vslz_exportReturns chart JSON or downloads generated files to disk.vslz_list_sessionsLists available sessions.
