Catalog
Contentforge
Officialby gentry-ai-bot
Content pipeline MCP server — image sourcing, SEO, affiliate links, and CMS publishing.
Automates content creation with image sourcing, SEO optimization, and CMS publishing.
README not available yet.
Install
Configuration
Environment variables
CONTENTFORGE_CMS_URLrequiredURL of your CMS API endpoint
CONTENTFORGE_CMS_KEYrequiredsecretAPI key for your CMS
CONTENTFORGE_PEXELS_KEYsecretPexels API key for image sourcing
CONTENTFORGE_AMAZON_TAGAmazon Associates affiliate tag
claude_desktop_config.json
{
"mcpServers": {
"contentforge": {
"command": "npx",
"args": [
"-y",
"contentforge-mcp@0.2.1"
],
"env": {
"CONTENTFORGE_CMS_URL": "<YOUR_CONTENTFORGE_CMS_URL>",
"CONTENTFORGE_CMS_KEY": "<YOUR_CONTENTFORGE_CMS_KEY>",
"CONTENTFORGE_PEXELS_KEY": "<YOUR_CONTENTFORGE_PEXELS_KEY>",
"CONTENTFORGE_AMAZON_TAG": "<YOUR_CONTENTFORGE_AMAZON_TAG>"
}
}
}
}