Odel
Teneo Book Generation

Teneo Book Generation

Local
@travisericJavaScriptMITUpdated 4 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmteneo-book-mcpv1.0.3

Run

npx -y teneo-book-mcp

MCP client config

{
  "mcpServers": {
    "teneo-book-generation": {
      "command": "npx",
      "args": [
        "-y",
        "teneo-book-mcp"
      ]
    }
  }
}