Server Config
{
"mcpServers": {
"PluggedinMCP": {
"command": "npx",
"args": [
"-y",
"@pluggedin/pluggedin-mcp-proxy"
],
"env": {
"PLUGGEDIN_API_KEY": "<YOUR_PLUGGEDIN_API_KEY>"
}
}
}
}