← Back to browse

Teneo Book Generation

Indexed by io.github.Traviseric

About

Generate complete nonfiction books with Teneo: outline, manuscript, cover, and PDF/EPUB/DOCX files.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsTENEO_API_KEY TENEO_BASE_URL TENEO_SERVICE_KEY TENEO_ON_BEHALF_OF
Claude Code
claude mcp add --env TENEO_API_KEY= --env TENEO_BASE_URL= --env TENEO_SERVICE_KEY= --env TENEO_ON_BEHALF_OF= teneo-book-mcp -- npx teneo-book-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"teneo-book-mcp","command":"npx","args":["teneo-book-mcp"],"env":{"TENEO_API_KEY":"","TENEO_BASE_URL":"","TENEO_SERVICE_KEY":"","TENEO_ON_BEHALF_OF":""}}'
JSON
{
  "mcpServers": {
    "teneo-book-mcp": {
      "command": "npx",
      "args": [
        "teneo-book-mcp"
      ],
      "env": {
        "TENEO_API_KEY": "",
        "TENEO_BASE_URL": "",
        "TENEO_SERVICE_KEY": "",
        "TENEO_ON_BEHALF_OF": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.