What is the Teneo Book Generation MCP server?
Generate complete nonfiction books with Teneo: outline, manuscript, cover, and PDF/EPUB/DOCX files.
How to install Teneo Book Generation
Copy-paste configuration for popular MCP clients.
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.
{
"mcpServers": {
"teneo-book-mcp": {
"command": "npx",
"args": [
"-y",
"teneo-book-mcp"
],
"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>"
}
}
}
}{
"mcpServers": {
"teneo-book-mcp": {
"command": "npx",
"args": [
"-y",
"teneo-book-mcp"
],
"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>"
}
}
}
}{
"mcpServers": {
"teneo-book-mcp": {
"command": "npx",
"args": [
"-y",
"teneo-book-mcp"
],
"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>"
}
}
}
}{
"servers": {
"teneo-book-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"teneo-book-mcp"
],
"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>"
}
}
}
}claude mcp add teneo-book-mcp --env TENEO_API_KEY=<YOUR_TENEO_API_KEY> --env TENEO_BASE_URL=<YOUR_TENEO_BASE_URL> --env TENEO_SERVICE_KEY=<YOUR_TENEO_SERVICE_KEY> --env TENEO_ON_BEHALF_OF=<YOUR_TENEO_ON_BEHALF_OF> -- npx -y teneo-book-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.