Lokha MCP Server

Lokha MCP Server

A Model Context Protocol server hosted on Cloudflare Workers that integrates AI assistants with the Lokha ecosystem, currently providing Ghost CMS tools for content management, publishing, and scheduling.

Category
Visit Server

README

Lokha MCP Server (v1)

Lokha MCP is a production-ready, modular Model Context Protocol (MCP) server hosted on Cloudflare Workers. It acts as the central integration layer between AI assistants (such as Gemini Spark) and every service in the Lokha ecosystem.

The initial release features Ghost CMS integration, with modular architecture ready for expansion to GitHub, Google Workspace, Supabase, Slack, Notion, and more.


🚀 Architecture

                          LOKHA MCP
                    (Cloudflare Worker)

               ┌─────────────────────────────┐
               │        MCP Server           │
               │                             │
               │  Registry                   │
               │  Authentication             │
               │  Tool Discovery             │
               │  Provider Manager           │
               └─────────────┬───────────────┘
                             │
     ┌─────────────┬──────────┼──────────────┬──────────────┐
     │             │          │              │              │
   Ghost       GitHub     Google       Supabase       Slack
 Provider     Provider    Provider      Provider      Provider
     │
     ▼
 Your Self-hosted Ghost CMS

🛠️ Ghost CMS Provider Tools (12 Tools)

  1. ghost.create_post - Create a new published or draft post
  2. ghost.create_draft - Create a draft post
  3. ghost.publish_post - Publish an existing draft post by ID
  4. ghost.update_post - Update an existing post (title, content, tags, excerpt, status)
  5. ghost.delete_post - Delete a post by ID
  6. ghost.list_posts - List posts with pagination and NQL filter query support
  7. ghost.list_drafts - List draft posts
  8. ghost.get_post - Fetch single post details by ID or slug
  9. ghost.upload_image - Upload remote image asset to Ghost CMS media store
  10. ghost.list_tags - List site tags
  11. ghost.list_authors - List site authors
  12. ghost.schedule_post - Schedule post publication for a specific future ISO date

🔐 Multi-Site Ghost Configuration

Lokha MCP supports managing multiple Ghost instances (e.g. personal, lokha, client1) from a single Worker deployment:

[vars]
DEFAULT_GHOST_SITE = "personal"

# Environmental secrets set via `wrangler secret put`:
# GHOST_URL_PERSONAL
# GHOST_ADMIN_KEY_PERSONAL
# GHOST_URL_LOKHA
# GHOST_ADMIN_KEY_LOKHA

💻 Local Development

# Install dependencies
npm install

# Type check
npm run build

# Run local worker dev server
npm run dev

📦 Cloudflare Deployment

# Set secrets
npx wrangler secret put GHOST_URL_PERSONAL
npx wrangler secret put GHOST_ADMIN_KEY_PERSONAL

# Deploy to Cloudflare Workers
npm run deploy

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured