mcpbeat Sign in

Teneo Book Generation MCP Server

by traviseric Your server? Claim it
local only

Teneo Book Generation runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 156 · avg 18 · -7% w/w
a month agotoday
33
Installs / week
npm · teneo-book-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository traviseric/teneo-book-mcp
пакет teneo-book-mcp ссылается на traviseric/teneo-production

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add teneo-book-mcp -- npx -y teneo-book-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "teneo-book-mcp": {
      "args": [
        "-y",
        "teneo-book-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.teneo-book-mcp]
command = "npx"
args = ["-y", "teneo-book-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "teneo-book-mcp": {
      "args": [
        "-y",
        "teneo-book-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "teneo-book-mcp": {
      "args": [
        "-y",
        "teneo-book-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TENEO_API_KEY (Per-agent API key from the Teneo dashboard. Books are charged to this key owner's Teneo credit balance.), TENEO_BASE_URL (Optional Teneo API base URL. Defaults to https://teneo.io. Use https://staging.teneo.io for staging.), TENEO_SERVICE_KEY (Optional ecosystem service key alternative to TENEO_API_KEY.), TENEO_ON_BEHALF_OF (Required when using TENEO_SERVICE_KEY. Teneo user id whose credits are charged.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Teneo Book Generation

same job, measured the same way
Carbone MCP
by carbone

Generate PDF/DOCX/XLSX/PPTX from templates+JSON. Convert Office/HTML/MD to PDF. Universal templating

71 installs/wk 11 tools answering
PDF Report Generator
by themoddedcube

Generate professional PDF reports from LLM output — cover, TOC, tables, charts, 5 themes.

28 installs/wk local only
P
doc.page PDF Extraction
by doc

Extract PDFs to Markdown, RAG chunks and cited tables; publish tracked Doc Links with read stats.

7 tools answering
MarkGrab
by arknill

Universal web content extraction — any URL to LLM-ready markdown. HTML, YouTube, PDF, DOCX.

104 installs/wk local only
GrabzIt
by grabzit

Official GrabzIt MCP server for AI web scraping, screenshots, and PDF/DOCX generation.

28 installs/wk local only
I
Docmill
by docmill

Generate PDF, DOCX, and XLSX documents from JSON data and create reusable templates via Docmill

28 installs/wk local only
Invoices Invoicing
by theluckystrike

Invoices and invoicing from your AI chat: PDF generation, numbering, VAT, overdue reports.

local only
Twistly
by twistly

Create designed PowerPoint presentations from a topic, text, or a PDF, DOCX, PPTX or TXT file.

answering

Teneo Book Generation — questions

Answers built from our own checks of this server.

Why is there no uptime for Teneo Book Generation?
Teneo Book Generation runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package teneo-book-mcp was installed 33 times last week.
Is Teneo Book Generation still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Teneo Book Generation?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls teneo-book-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Teneo Book Generation?
The npm package teneo-book-mcp was installed 33 times in the last week. Week over week that is -7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.