MCP server for programmatic SEO — batch-generate publish-ready articles, topic clusters, FAQ schema, and markdown export. Pay per article, no subscription.
Overview
Install
npx -y @topicforge/mcp
Set TOPICFORGE_API_KEY from https://topicforge.net/app/settings/api-keys
Tools
run_batch/get_batch_status— async batch jobsexport_markdown— pull finished articlestopic_cluster,faq_schema,meta_description
Links
- Developer docs: https://topicforge.net/developers?utm_source=mcp.so&utm_medium=mcp-listing
- MCP registry:
net.topicforge/mcp - npm:
@topicforge/mcp
Server Config
{
"mcpServers": {
"topicforge": {
"command": "npx",
"args": [
"-y",
"@topicforge/mcp"
],
"env": {
"TOPICFORGE_API_KEY": "tf_live_YOUR_KEY_HERE"
}
}
}
}