PluginBench
MCP Server

Teneo Book Generation MCP Server

io.github.Traviseric/teneo-book-mcp

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • TENEO_API_KEY
    required
    secret

    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
    secret

    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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →