AgenticMarket for VS Code
Browse, install, and manage MCP servers from AgenticMarket without leaving VS Code.
Install
Install AgenticMarket - MCP Server Marketplace from the VS Code Marketplace.
If you are distributing the extension privately, package the repository as a .vsix and install it with Extensions: Install from VSIX....
What You Can Do
- Search the full AgenticMarket MCP catalog from the VS Code sidebar
- Open a focused server detail view with pricing, health, tags, and setup info
- Install servers directly into your workspace or global MCP configuration
- Review which AgenticMarket servers are already installed
- Use paid servers after adding your AgenticMarket API key
Requirements
- VS Code
1.90.0 or newer
- Node.js with
npx available on your machine
- Network access to
marketplaceapi.agenticmarket.dev and api.agenticmarket.dev
Quick Start
- Install the extension.
- Open the AgenticMarket icon in the activity bar.
- Search for an MCP server and open its details.
- Click Install to add it to your MCP configuration.
- Open GitHub Copilot, Cursor, or another MCP-compatible client in VS Code and start using the tools.
Paid Servers
Paid servers require an AgenticMarket API key.
Set agenticmarket.apiKey in VS Code settings, then install paid servers normally. You can create an API key at agenticmarket.dev/dashboard/api-keys.
Configuration
| Setting |
Default |
Description |
agenticmarket.apiKey |
"" |
Your am_live_xxxx API key for paid servers |
agenticmarket.installScope |
workspace |
Install to .vscode/mcp.json or to your global MCP config |
What Installation Writes
Installing a server adds an MCP entry like this:
{
"servers": {
"creator/server-name": {
"type": "stdio",
"command": "npx",
"args": ["-y", "agenticmarket", "proxy", "creator/server-name"],
"gallery": "https://marketplaceapi.agenticmarket.dev"
}
}
}
The agenticmarket proxy command routes MCP tool calls through AgenticMarket for authentication, billing, and usage tracking.
Support
a