Thoth MCP Server
io.github.zeiq-co/thoth-mcp
Documentation
Installation
Use the published npm package with stdio transport:
npx @usethoth/mcp-server --api-key YOUR_API_KEY
Configuration
- Package target:
npm:@usethoth/mcp-server - CLI binary:
thoth-mcp - StdIO mode:
npx @usethoth/mcp-server --api-key YOUR_API_KEY - HTTP mode:
npx @usethoth/mcp-server --remote --api-key YOUR_API_KEY - Optional base URL:
--base-url https://app.usethoth.com - Environment variables:
THOTH_API_KEY,THOTH_BASE_URL,PORT
Capabilities
- Create platform-optimized posts with AI enhancement
- Retrieve, list, and update posts
- Manage brand styles
- Preview post output by platform
- Run over stdio or streamable HTTP
Limitations
- Requires a Thoth account and API key
- HTTP mode uses the
apiKeyquery parameter and exposes/mcpand/health - Public docs show a port-default mismatch between CLI help and HTTP startup behavior, so remote deployments should set
PORTexplicitly
