Submit

TopicForge MCP

@TopicForge

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 jobs
  • export_markdown — pull finished articles
  • topic_cluster, faq_schema, meta_description

Server Config

{
  "mcpServers": {
    "topicforge": {
      "command": "npx",
      "args": [
        "-y",
        "@topicforge/mcp"
      ],
      "env": {
        "TOPICFORGE_API_KEY": "tf_live_YOUR_KEY_HERE"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.