artifyde mcp for Cursor
com.artifyde/artifyde-mcp
A home for your agent's HTML artifacts - publish, pull, share and review them over MCP.
client:Cursor
transport:stdio
runtime:npm
Install artifyde mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"artifyde-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"artifyde-mcp"
],
"env": {
"ARTIFYDE_TOKEN": "<ARTIFYDE_TOKEN>",
"ARTIFYDE_URL": "<ARTIFYDE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs