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"
}
}
}
}
Authenticate and bind your project directory. The CLI handles auth, project scoping, and the two-phase deploy gate.
# 1. Authenticate
npx --registry=https://npm.spideriq.ai @spideriq/cli auth request --email your@email.com
# 2. Bind project directory
npx --registry=https://npm.spideriq.ai @spideriq/cli use <project>
Give your AI agent full SpiderPublish knowledge — 60+ recipes, anti-patterns, deploy protocol. One command:
npx --registry=https://npm.spideriq.ai @spideriq/cli skills add