Skip to content

Commit 0feec0e

Browse files
authored
Use connector because it's easier and more reliable (#16504)
* Use connector because it's easier and more reliable * remove more
1 parent 6fecea6 commit 0feec0e

1 file changed

Lines changed: 6 additions & 23 deletions

File tree

contents/docs/model-context-protocol/claude-desktop.mdx

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,14 @@ import SharedContent from "./_snippets/shared.mdx"
88

99
The PostHog [MCP server](https://modelcontextprotocol.io/introduction) enables Claude Desktop to directly interact with your PostHog data – managing feature flags, querying analytics, investigating errors, and more.
1010

11-
## Server URL
11+
## The PostHog connector
1212

13-
`https://mcp.posthog.com/mcp`
13+
You can install the PostHog MCP directly into Claude Desktop using the [PostHog connector](https://claude.ai/directory/connectors/posthog).
1414

15-
The PostHog authentication server automatically routes you to the correct data region (US or EU) based on the account you log in with.
15+
1. Visit the [PostHog connector](https://claude.ai/directory/connectors/posthog) page in the Claude connector directory.
16+
2. Click **Connect** to add the connector to your Claude Desktop.
17+
3. When prompted, sign in to PostHog to finish authentication.
1618

17-
## Quick install
18-
19-
The [PostHog Wizard](https://github.com/PostHog/wizard) can install the MCP server directly into Claude Desktop:
20-
21-
```bash
22-
npx @posthog/wizard mcp add
23-
```
24-
25-
## Manual setup
26-
27-
1. Open [Claude Desktop](http://claude.ai/download) and navigate to **Settings > Developer**
28-
2. Click **Edit Config** to open the configuration file
29-
3. Update `claude_desktop_config.json` with the following configuration:
30-
31-
<MCPConfigSnippet variant="claude-desktop" />
32-
33-
4. **Save** the configuration file and **restart Claude Desktop**
34-
5. The MCP server should show as **PostHog** in your list of Connectors found in **Settings > Connectors**
35-
36-
When you first use the MCP server, you'll be prompted to log in to PostHog to authenticate.
19+
After that, PostHog MCP tools are available in Claude Desktop wherever that connector is supported.
3720

3821
<SharedContent />

0 commit comments

Comments
 (0)