HomeMarketplace

Posthog MCP Integration - AI Agent Tools

Connect Posthog with AI agents using Model Context Protocol (MCP). Seamlessly integrate Posthog tools and actions into Claude, Cursor, Windsurf, and other AI applications for enhanced workflow automation.

Features

  • Easy MCP setup with one command
  • Compatible with Claude, Cursor, Windsurf
  • 358+ available tools and actions
  • Built-in authentication and security
  • Real-time synchronization
  • No coding required

Category

Analytics & Data tools for AI automation

Setup Instructions

Install Posthog MCP server in minutes. Choose your AI platform: Cursor, Claude Desktop, Windsurf, or use HTTP endpoint for custom integrations. Follow our step-by-step guide to connect Posthog with your AI agent.

Benefits

  • Automate Posthog workflows with AI
  • Increase productivity with AI-powered Posthog operations
  • Seamless integration with popular AI platforms
  • Enterprise-grade security and reliability
  • 24/7 support and documentation

Related Integrations

Explore other MCP integrations: Gmail MCP, Notion MCP, GitHub MCP, Linear MCP, Slack MCP, Google Sheets MCP, and 100+ more AI agent tools.

Posthog
Posthog

PostHog is an open-source product analytics platform tracking user interactions and behaviors to help teams refine features, improve funnels, and reduce churn

VerifiedComposioComposio Managed
Users
4044
Tools
358
Last Updated
12h ago

Category

Analytics & Data

4044VIEWS
33USERS

Tools

Page 1 of 60

List Projects In Organization With Pagination

Projects for the current organization.

List Project Group Types By Id

Retrieve a list of group types within a specific project by providing the project id. this endpoint requires authentication with a personalapikey and grants read access to group data.

Add Dashboard Collaborators With Access Level

Add collaborators to a specific project dashboard. requires 'project id' and 'dashboard id'. supports json, form-urlencoded, and multipart data. returns added collaborator details. auth: 'personalapikeyauth'.

Add Member To Organization Role

Add a member to an organization role by submitting their details and uuid in json/form, using organization and role ids. requires personalapikeyauth. success gives a 201 status.

Add Project Specific Member Roles

Add members with specific roles to a project by providing their user uuid and level (member or admin). requires project id in the url. supports json, form-data, and form-urlencoded input. returns the newly created membership data upon success.

Assign Feature Flag Role Based Access

Set up role-based access for a feature flag using `project id` and `feature flag id`. submit access info in json or form format, with `feature flag:write` rights. success returns new details with a 201 code.