Developer Tools
Trust: 23/100 (Limited)io.github.zeiq-co/thoth-mcp Guide
MCP server for Thoth with multi-platform AI content generation
2 starsby perminder-klair
Quick Start
Install
npx @usethoth/mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-zeiq-co-thoth-mcp": {
"command": "npx",
"args": [
"@usethoth/mcp-server"
]
}
}
}