
Configuration
Add this configuration to your MCP settings file (usually mcp.json or your IDE's MCP configuration):
JSON Configuration
{
"mcpServers": {
"zapier": {
"command": "npx",
"args": [
"-y",
"zapier-mcp"
],
"env": {
"ZAPIER_API_KEY": "<your-zapier-api-key>"
}
}
}
}