Odel
thoth mcp

thoth mcp

Local
@perminder-klair2TypeScriptUpdated 10mo ago

MCP server for Thoth with multi-platform AI content generation

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@usethoth/mcp-serverv1.0.2

Run

npx -y @usethoth/mcp-server

MCP client config

{
  "mcpServers": {
    "thoth-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@usethoth/mcp-server"
      ]
    }
  }
}