Install for your IDE
Click the button for your editor to automatically configure the MCP server. No manual setup required.
Add the SpiderIQ MCP server to your editor in one click. 87 atomic tools for content management, component authoring, and two-phase deploys — directly from your coding environment.
Click the button for your editor to automatically configure the MCP server. No manual setup required.
Add the following JSON to your MCP configuration file. For VS Code, use .vscode/mcp.json. For Cursor, use ~/.cursor/mcp.json. For Claude Desktop, use claude_desktop_config.json.
{
"mcpServers": {
"spideriq": {
"command": "npx",
"args": [
"--registry=https://npm.spideriq.ai",
"@spideriq/mcp-publish"
],
"env": {
"SPIDERIQ_FORMAT": "yaml"
}
}
}
}
You can also run the MCP server directly via npx without any configuration file:
npx --registry=https://npm.spideriq.ai @spideriq/mcp-publish