AgentHubAgentHub

Teneo Book Generation

MCP ServerMCP Registry官方收录

io.github.Traviseric/teneo-book-mcp · v1.0.1

Generate complete nonfiction books with Teneo: outline, manuscript, cover, and PDF/EPUB/DOCX files.

概览

Teneo Book Generation 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "teneo-book-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "teneo-book-mcp"
      ],
      "env": {
        "TENEO_API_KEY": "<TENEO_API_KEY>"
      }
    }
  }
}

环境变量

TENEO_API_KEY必填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.

相关资源

统一 Manifest

{
  "id": "io.github.Traviseric/teneo-book-mcp",
  "type": "mcp-server",
  "version": "1.0.1",
  "displayName": "Teneo Book Generation",
  "description": "Generate complete nonfiction books with Teneo: outline, manuscript, cover, and PDF/EPUB/DOCX files.",
  "repository": {
    "url": "https://github.com/Traviseric/teneo-production",
    "source": "github"
  },
  "homepage": "https://teneo.io/for-agents",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "teneo-book-mcp",
        "version": "1.0.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "TENEO_API_KEY",
            "description": "Per-agent API key from the Teneo dashboard. Books are charged to this key owner's Teneo credit balance.",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "TENEO_BASE_URL",
            "description": "Optional Teneo API base URL. Defaults to https://teneo.io. Use https://staging.teneo.io for staging."
          },
          {
            "name": "TENEO_SERVICE_KEY",
            "description": "Optional ecosystem service key alternative to TENEO_API_KEY.",
            "isSecret": true
          },
          {
            "name": "TENEO_ON_BEHALF_OF",
            "description": "Required when using TENEO_SERVICE_KEY. Teneo user id whose credits are charged."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.Traviseric/teneo-book-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Traviseric%2Fteneo-book-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Teneo Book Generation — MCP Server 安装与配置 · AgentHub