Catalog
Artifyde MCP
Officialby kennethkoontz · TypeScript
A home for your agent's HTML artifacts - publish, pull, share and review them over MCP.
A home for your agent's HTML artifacts - publish, pull, share and review them over MCP.
README not available yet.
Install
Configuration
Environment variables
ARTIFYDE_TOKENrequiredsecretPer-user Artifyde login token (vk_...). One of ARTIFYDE_TOKEN or ARTIFYDE_API_KEY is required to publish or access private pages.
ARTIFYDE_URLBase URL of the Artifyde server. Defaults to https://artifyde.com.
claude_desktop_config.json
{
"mcpServers": {
"artifyde-mcp": {
"command": "npx",
"args": [
"-y",
"artifyde-mcp@0.1.1"
],
"env": {
"ARTIFYDE_TOKEN": "<YOUR_ARTIFYDE_TOKEN>",
"ARTIFYDE_URL": "<YOUR_ARTIFYDE_URL>"
}
}
}
}