Catalog
MCP
Officialby topicforge
Generate programmatic SEO articles, topic clusters, FAQ schema, and batch jobs via TopicForge.
Generate programmatic SEO articles, topic clusters, FAQ schema, and batch jobs via TopicForge.
README not available yet.
Install
Configuration
Environment variables
TOPICFORGE_API_KEYTopicForge API key (tf_live_...) from https://topicforge.net/app/settings/api-keys
CONTENT_API_BASE_URIOptional API base URL (default https://api.topicforge.net)
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@topicforge/mcp@0.1.0"
],
"env": {
"TOPICFORGE_API_KEY": "<YOUR_TOPICFORGE_API_KEY>",
"CONTENT_API_BASE_URI": "<YOUR_CONTENT_API_BASE_URI>"
}
}
}
}