contentforge for Claude Desktop
io.github.gentry-ai-bot/contentforge
Content pipeline MCP server — image sourcing, SEO, affiliate links, and CMS publishing.
client:Claude Desktop
transport:stdio
runtime:npm
Install contentforge in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"contentforge": {
"command": "npx",
"args": [
"-y",
"contentforge-mcp"
],
"env": {
"CONTENTFORGE_CMS_URL": "<CONTENTFORGE_CMS_URL>",
"CONTENTFORGE_CMS_KEY": "<CONTENTFORGE_CMS_KEY>",
"CONTENTFORGE_PEXELS_KEY": "<CONTENTFORGE_PEXELS_KEY>",
"CONTENTFORGE_AMAZON_TAG": "<CONTENTFORGE_AMAZON_TAG>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs