Skip to content
Cursor

thoth mcp for Cursor

io.github.zeiq-co/thoth-mcp

MCP server for Thoth with multi-platform AI content generation

client:Cursor transport:stdio runtime:npm

Install thoth mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

thoth mcp in other clients