Thoth MCP

Model Context Protocol (MCP) server for Hibiki content creation platform. This server enables AI assistants and tools to create and retrieve content through Hibiki's API. Its 6 documented tools cluster into read & search, create & write, update. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-14 · ★ 2 · #430 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

TypeScript servers · how we verify → /methodology

01 · Install Thoth MCP

before you install - you'll need

Set HIBIKI_API_KEY before connecting. HIBIKI_BASE_URL is optional or environment-specific per the README.

Claude Code

claude mcp add perminder-klair-thoth-mcp -- npx -y @usethoth/mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "perminder-klair-thoth-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@usethoth/mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @usethoth/mcp-server - the @usethoth scope differs from the repo owner (perminder-klair); confirm it's the project's official package

registry registry publisher io.github.zeiq-co is not the repo owner (perminder-klair) - the registry entry was published by someone else

03 · What Thoth MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can create multi-platform content with AI enhancement, retrieve a specific post by ID, list posts with pagination and filtering, and update existing post title, content, or status.

Capability map

Tools grouped from the project's README - what Thoth MCP lets an agent do.

read & search

4 tools - e.g. Retrieve a specific post by ID; List posts with pagination and filtering; List all available brand styles

get-post · get-all-posts · get-brand-styles · get-brand-style

create & write

1 tool - e.g. Create multi-platform content with AI enhancement

create-post

update

1 tool - e.g. Update existing post title, content, or status

update-post

04 · Who maintains Thoth MCP

thoth-mcp is maintained by perminder-klair. It's the only MCP server we track from this author; the repo dates to Oct 2025.

05 · Facts

category
other - ranked #430 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.zeiq-co/thoth-mcp (active, first published 2025-10-08 · 2 versions)
packages
npm:@usethoth/mcp-server

06 · Thoth MCP FAQ

Is Thoth MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-14. We re-verify nightly.

What can Thoth MCP do?

With this server connected, an agent can create multi-platform content with AI enhancement, retrieve a specific post by ID, list posts with pagination and filtering, and update existing post title, content, or status.

How do I install Thoth MCP?

Run `npx -y @usethoth/mcp-server`. The README documents 2 environment variables (HIBIKI_API_KEY, HIBIKI_BASE_URL) to set first. Set HIBIKI_API_KEY before connecting. HIBIKI_BASE_URL is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Thoth MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Thoth MCP