Content pipeline MCP server — image sourcing, SEO, affiliate links, and CMS publishing.
claude mcp add contentforge -- npx -y contentforge-mcp
claude_desktop_config.json
{
"mcpServers": {
"contentforge": {
"command": "npx",
"args": [
"-y",
"contentforge-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"contentforge": {
"command": "npx",
"args": [
"-y",
"contentforge-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"contentforge": {
"command": "npx",
"args": [
"-y",
"contentforge-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"contentforge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"contentforge-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"contentforge": {
"command": "npx",
"args": [
"-y",
"contentforge-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.gentry-ai-bot--contentforge/reviews or the review_server meta-tool.
POST /mcp