Connect Explorium B2B Data
Choose your client and follow the steps below.
Visual Studio Code
Install the MCP extension
Open VS Code and install GitHub Copilot (includes MCP support) from the Extensions Marketplace, or confirm it's already installed.
Open your MCP settings
Press Ctrl+Shift+P (or ⌘+Shift+P on macOS) and search for MCP: Add Server, or manually edit:
Add the server configuration
Paste the following into your mcp.json file:
{
"servers": {
"explorium": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/explorium"
],
"env": {
"API_ACCESS_TOKEN": "YOUR_API_ACCESS_TOKEN"
}
}
}
}
Set required environment variables
When prompted, provide values for:
API_ACCESS_TOKEN
Start using it
Open Copilot Chat and the Explorium B2B Data tools will be available automatically.
Cursor
Open Cursor Settings
Go to Cursor Settings → MCP and click + Add new global MCP server, or manually edit:
Add the server configuration
Paste the following into your mcp.json:
{
"mcpServers": {
"explorium": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/explorium"
],
"env": {
"API_ACCESS_TOKEN": "YOUR_API_ACCESS_TOKEN"
}
}
}
}
Set required environment variables
Provide values for:
API_ACCESS_TOKEN
Start using it
Open Cursor's AI chat — the Explorium B2B Data tools will appear automatically.
ChatGPT (Desktop)
Open ChatGPT Desktop settings
Click your profile icon → Settings → Beta features and ensure MCP plugin support is enabled.
Add the MCP server
Navigate to Settings → MCP Servers → + Add Server and paste:
{
"mcpServers": {
"explorium": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/explorium"
],
"env": {
"API_ACCESS_TOKEN": "YOUR_API_ACCESS_TOKEN"
}
}
}
}
Set required environment variables
Provide values for:
API_ACCESS_TOKEN
Start using it
Start a new chat — Explorium B2B Data tools will be available when the server is connected.
Claude Desktop
Open Claude Desktop config
Open the Claude Desktop configuration file at:
Windows: %APPDATA%\Claude\claude_desktop_config.json
Add to the mcpServers object
Merge the following into the "mcpServers" key:
{
"explorium": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/explorium"
],
"env": {
"API_ACCESS_TOKEN": "YOUR_API_ACCESS_TOKEN"
}
}
}
Set required environment variables
Replace the placeholder values for:
API_ACCESS_TOKEN
Restart Claude Desktop
Quit and reopen Claude Desktop. The Explorium B2B Data tools will appear in the tools menu.