Skip to content
VS Code

thoth mcp for VS Code

io.github.zeiq-co/thoth-mcp

MCP server for Thoth with multi-platform AI content generation

client:VS Code transport:stdio runtime:npm

Install thoth mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

thoth mcp in other clients