Catalog
io.github.Traviseric/teneo-book-mcp
OfficialTeneo Book Generation
Generate complete nonfiction books with Teneo: outline, manuscript, cover, and PDF/EPUB/DOCX files.
Generates complete nonfiction books with outlines, manuscripts, covers, and multiple file formats.
README not available yet.
Install
Configuration
Environment variables
TENEO_API_KEYrequiredsecretPer-agent API key from the Teneo dashboard. Books are charged to this key owner's Teneo credit balance.
TENEO_BASE_URLOptional Teneo API base URL. Defaults to https://teneo.io. Use https://staging.teneo.io for staging.
TENEO_SERVICE_KEYsecretOptional ecosystem service key alternative to TENEO_API_KEY.
TENEO_ON_BEHALF_OFRequired when using TENEO_SERVICE_KEY. Teneo user id whose credits are charged.
claude_desktop_config.json
{
"mcpServers": {
"teneo-book-mcp": {
"command": "npx",
"args": [
"-y",
"teneo-book-mcp@1.0.1"
],
"env": {
"TENEO_API_KEY": "<YOUR_TENEO_API_KEY>",
"TENEO_BASE_URL": "<YOUR_TENEO_BASE_URL>",
"TENEO_SERVICE_KEY": "<YOUR_TENEO_SERVICE_KEY>",
"TENEO_ON_BEHALF_OF": "<YOUR_TENEO_ON_BEHALF_OF>"
}
}
}
}