MCP server for Thoth with multi-platform AI content generation
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
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.
β¨ NEW: Claude Code Plugin now available with slash commands and specialized AI agents for streamlined content creation workflows!
Get your API key at www.gethibiki.com/settings/api-keys
NEW! We've created an official Claude Code plugin that makes social media content creation even easier with user-friendly commands and specialized AI agents.
The Hibiki plugin for Claude Code provides:
5 Slash Commands: Quick access to common workflows
/create-content - Create multi-platform posts with AI guidance/schedule-post - Schedule posts for optimal engagement times/view-brands - Browse and manage your brand styles/manage-posts - List, filter, and manage all your posts/preview-post - Preview platform-specific content formatting3 Specialized Agents: Expert AI assistants for specific tasks
Full plugin documentation, installation instructions, and usage examples are available in the claude-code-plugin directory.
See claude-code-plugin/README.md for:
The server is published in the official MCP Registry as io.github.gethibiki/mcp.
Browse and install via the registry web interface, or configure directly in your MCP client (see MCP Client Configuration below).
The easiest way to get started is through Smithery, which provides:
Install from Smithery:
You'll need a Hibiki API key. Generate one at:
This is the default mode for use with MCP clients like Claude Desktop:
Or debug with MCP Inspector:
With custom base URL:
Run the server in HTTP mode for cloud deployments (like Smithery) or to expose the server over HTTP:
The server will start an HTTP server on port 8081 (configurable via PORT environment variable) with:
/mcp - Main MCP endpoint (POST)/health - Health check endpoint (GET)With custom configuration:
Note: In HTTP mode, the server implements MCP Streamable HTTP transport with proper CORS configuration for browser-based clients.
Instead of command-line flags, you can use environment variables:
For stdio mode:
For HTTP mode:
Available environment variables:
HIBIKI_API_KEY - Your Hibiki API key (stdio mode only; HTTP mode uses query params)HIBIKI_BASE_URL - Base URL for Hibiki API (default: https://www.gethibiki.com)PORT - HTTP server port (HTTP mode only, default: 8081)Add to your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
For other MCP clients that support stdio transport, use a similar configuration with appropriate command and args.
The server provides 6 tools for managing Hibiki content:
| Tool | Description |
|---|---|
create-post | Create multi-platform content with AI enhancement |
get-post | Retrieve a specific post by ID |
get-all-posts | List posts with pagination and filtering |
update-post | Update existing post title, content, or status |
get-brand-styles | List all available brand styles |
get-brand-style | Get detailed brand style configuration |
Create a new content post with platform-specific variations.
Parameters:
content (required): The original content to be enhancedplatforms (required): Array of target platforms
twitter, instagram, linkedin, facebook, threads, blog, redditlength (optional): Content length - very-short, short, medium, long (default: medium)createImage (optional): Generate an image (default: false)createHashtags (optional): Generate hashtags (default: true)scheduleTime (optional): ISO 8601 datetime to schedule the postpostToSocialNetworks (optional): Immediately post to connected networks (default: false)brandStyleId (optional): Brand style UUID to applyExample:
Returns:
Retrieve a post by its ID.
Parameters:
postId (required): UUID of the postExample:
Returns:
List all posts with pagination and filtering.
Parameters:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/thoth-mcp)<a href="https://allmcps.com/mcp/thoth-mcp"><img src="https://allmcps.com/api/badge/thoth-mcp?style=directory" alt="Thoth MCP on AllMCPs" /></a>