Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>Volt API ClientNew to Visual Studio Code? Get it now.
Volt API Client

Volt API Client

SINX Labs

|
30 installs
| (0) | Free
A lightweight, local-first REST API and MCP client for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Volt API Client

New in Volt: MCP client support 🎉🎉🎉

Connect to stdio or Streamable HTTP MCP servers, discover their capabilities, and call tools directly in VS Code.

To get started, open a Collection menu, select New MCP Server, configure the transport, and select Connect.

A lightweight, local-first client for REST API and MCP, built for Visual Studio Code.

Volt API Client lets you work with HTTP requests and MCP servers without leaving your editor. Its interface follows VS Code themes and interaction patterns, so API testing feels like part of your development workflow instead of a separate application.

Volt API Client request editor

Why Volt API Client?

Standards-based MCP support

Connect to standards-based MCP servers, discover their capabilities, and call tools from the same local-first VS Code workspace.

Beautiful, native-feeling VS Code experience

Volt API Client is designed to blend into VS Code. It adapts to your active color theme, supports native editor tabs, and provides a compact interface that stays out of the way while you work.

Lightweight by design

No heavyweight desktop application and no unnecessary background services. Volt API Client keeps HTTP and MCP tool testing in one focused workflow.

Local-first and account-free

No sign-up, login, or cloud workspace is required. Your collections, requests, MCP server configurations, and environments remain under your control.

You can store project data in a local JSON file such as .volt/collections.json.

Commit it to Git, review changes with your team, or share the file directly with another developer.

Features

Standards-based MCP support

  • Connect to compatible MCP servers using the standard stdio or Streamable HTTP transports
  • Discover Tools, Resources, and Prompts defined by the MCP protocol
  • Call Tools with schema-defined JSON arguments and inspect content, structured, and raw results

Volt API Client MCP support

Manage requests

  • Manage requests in collections and folders
  • Send JSON, text, multipart text and file fields, and URL-encoded request bodies
  • Configure Basic, Bearer, or API key authentication when needed

Import data

Import cURL commands, Postman Collections, OpenAPI 3.x, and Swagger 2.0 specifications.

Volt API Client data import

Local Data and Git

Volt API Client supports two storage modes:

  • Global State keeps data inside VS Code for a simple personal setup.
  • File stores shareable HTTP request, MCP server, and environment data in a JSON file inside your workspace.

To keep data with your project, add the following settings to your VS Code configuration:

{
  "voltClient.storageMode": "file",
  "voltClient.storageFile": ".volt/collections.json"
}

Generate client code

Turn the current HTTP request into ready-to-copy client code. Open Client Code in the pane, choose a target, and select Copy.

Volt API Client code generation

Environments and variables

Create multiple environments and switch values without editing every request.

Use double-braced variables such as {{host}}/api/users in anywhere.

Volt API Client environments and variables

Privacy

Volt API Client does not require an account and does not include telemetry or analytics. HTTP requests, MCP server configurations, and environment data are stored locally according to your selected storage mode. HTTP and Streamable HTTP MCP traffic is sent directly from the VS Code extension host to the destination you specify.

Authentication values and other secrets are stored with their HTTP request or MCP server data. In file storage mode, they may be written to the configured JSON file. Do not commit or share that file until you have checked it for sensitive values.

License

Volt API Client is proprietary software. Copyright (c) 2026 LIANG WEN TAO. All rights reserved.

Personal use and internal business use are permitted under the Volt Client End User License Agreement. Modification, redistribution, resale, and unauthorized commercial exploitation are prohibited.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft