← Back to Plugins
MCP Server MCP

Teneo Book Generation

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "teneo-book-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Per-agent API key from the Teneo dashboard. Books are charged to this key owner's Teneo credit balance.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TENEO_API_KEY"
        },
        {
          "description": "Optional Teneo API base URL. Defaults to https://teneo.io. Use https://staging.teneo.io for staging.",
          "format": "string",
          "name": "TENEO_BASE_URL"
        },
        {
          "description": "Optional ecosystem service key alternative to TENEO_API_KEY.",
          "format": "string",
          "isSecret": true,
          "name": "TENEO_SERVICE_KEY"
        },
        {
          "description": "Required when using TENEO_SERVICE_KEY. Teneo user id whose credits are charged.",
          "format": "string",
          "name": "TENEO_ON_BEHALF_OF"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...