publish for Cursor
ai.spideriq/publish
SpiderIQ Publish: content platform MCP (pages, posts, templates, components, domains, media)
client:Cursor
transport:stdio
runtime:npm
Install publish in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"publish": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@spideriq/mcp-publish"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs