
Teneo Book Generation
@Traviseric
Generate complete, publish-ready non-fiction books — manuscript, cover, and PDF/EPUB/DOCX files — from a topic via Teneo's agent API. Async, charged in Teneo credits; also exposes outline, cover, evaluate, and niche-research tools.
概要
What is Teneo Book Generation?
Teneo Book Generation is an MCP server that generates complete, publish-ready non-fiction books—full manuscript, cover, and PDF/EPUB/DOCX files—from a topic or specification via Teneo’s agent API. It is for users who want to automate book creation asynchronously (taking roughly 45 minutes per book) and is charged in Teneo credits.
How to use Teneo Book Generation?
Configure the server in your MCP client (e.g., Claude Desktop, Cursor) by running npx -y teneo-book-mcp with the TENEO_API_KEY environment variable set to your API key (obtained from https://teneo.io/for-agents). Use the included tools such as teneo_capabilities to discover workflow, teneo_generate_book to start a book (returns a jobId), and teneo_book_status to poll until the job is complete and receive download URLs for the cover and PDF/EPUB/DOCX files.
Key features of Teneo Book Generation
- Generates full manuscript, cover, and PDF/EPUB/DOCX output
- Provides separate tools for outline, cover, evaluation, and niche research
- Asynchronous processing with polling for job completion
- Integrates with Teneo’s agent API using credits
- Requires only a Teneo API key and Node.js to run
Use cases of Teneo Book Generation
- Quickly produce a non-fiction book from a single topic or specification
- Generate an outline, cover, or evaluate an existing book independently
- Research a niche to inform book creation decisions
- Automate book publishing workflows with MCP‑compatible clients
FAQ from Teneo Book Generation
What are the runtime requirements to use Teneo Book Generation?
You need Node.js (to execute npx) and a valid Teneo API key. No additional installation is required beyond running the published npm package.
Where do the generated book files reside?
Once a job completes, download URLs for the cover and PDF/EPUB/DOCX are returned by the teneo_book_status tool. The README does not specify how long these URLs remain active.
What known limits exist for Teneo Book Generation?
Book generation is asynchronous and takes approximately 45 minutes. Usage is billed in Teneo credits, which you can top up at https://teneo.io/pricing.
How is authentication handled?
Authentication is performed via the TENEO_API_KEY environment variable. You can obtain an API key from https://teneo.io/for-agents.