Skip to content
Zed

Teneo Book Generation for Zed

io.github.traviseric/teneo-book-mcp

Publish-ready nonfiction books from a topic: manuscript, cover, PDF/EPUB/DOCX. Free outline to try.

client:Zed transport:stdio runtime:npm

Install Teneo Book Generation in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "teneo-book-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "teneo-book-mcp"
      ],
      "env": {
        "TENEO_API_KEY": "<TENEO_API_KEY>",
        "TENEO_BASE_URL": "<TENEO_BASE_URL>",
        "TENEO_SERVICE_KEY": "<TENEO_SERVICE_KEY>",
        "TENEO_ON_BEHALF_OF": "<TENEO_ON_BEHALF_OF>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Teneo Book Generation in other clients