Remote MCP Server

Official
by PostHog

Integrations

  • Enables connection to the AI Playground platform, allowing users to interact with custom MCP tools through Cloudflare's web interface.

  • Provides deployment of a remote MCP server without authentication on Cloudflare Workers, with a customizable endpoint for AI tools.

PostHog MCP

1. Running locally

1.1 Environment variables

  • Create .dev.vars in the root
  • Add Inkeep API key to enable docs-search tool (see Inkeep API key - mcp)
INKEEP_API_KEY="..."

1.2 PostHog API Key

  • Obtain a personal API key on PostHog with appropriate permissions (project or organization scoped, at least read access, though some tools require write access)
  • Use the key in your MCP configuration JSON

1.3 MCP configuration for desktop clients (e.g. Cursor, Claude Desktop)

{ "mcpServers": { "posthog": { "command": "npx", "args": [ "mcp-remote", "http://localhost:8787/sse?token={YOUR_POSTHOG_API_KEY}" ] } } }
-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

A server that implements the Model Context Protocol (MCP) on Cloudflare Workers, allowing AI models to access custom tools without authentication.

  1. Running locally
    1. 1.1 Environment variables
    2. 1.2 PostHog API Key
    3. 1.3 MCP configuration for desktop clients (e.g. Cursor, Claude Desktop)

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    A deployable MCP (Model Context Protocol) server on Cloudflare Workers that doesn't require authentication, allowing users to create and access custom AI tools through Claude Desktop or the Cloudflare AI Playground.
    Last updated -
    TypeScript
  • -
    security
    F
    license
    -
    quality
    A tool that allows deployment of a remote MCP (Model Context Protocol) server on Cloudflare Workers without authentication requirements, enabling connection to AI models through Claude Desktop or Cloudflare AI Playground.
    Last updated -
    TypeScript
  • -
    security
    F
    license
    -
    quality
    A Cloudflare Workers-based Model Context Protocol server that can be deployed without authentication requirements, allowing users to create custom AI tools accessible from Cloudflare AI Playground or Claude Desktop.
    Last updated -
    TypeScript
  • -
    security
    F
    license
    -
    quality
    A deployable server that implements the Model Context Protocol (MCP) on Cloudflare Workers, enabling integration of custom tools with AI assistants like Claude without requiring authentication.
    Last updated -
    TypeScript

View all related MCP servers

ID: 3s3e67zglz