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.
服务器配置
{
"mcpServers": {
"teneo-book": {
"command": "npx",
"args": [
"-y",
"teneo-book-mcp"
],
"env": {
"TENEO_API_KEY": "tk_live_..."
}
}
}
}