Skip to content
Claude Desktop

segment-mcp for Claude Desktop

io.github.katekruger/segment-mcp

Read-first MCP server for Twilio Segment: routing, stale sources, delivery health, governance.

client:Claude Desktop transport:stdio runtime:pypi

Install segment-mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "segment-mcp": {
      "command": "uvx",
      "args": [
        "segment-mcp"
      ],
      "env": {
        "SEGMENT_API_TOKEN": "<SEGMENT_API_TOKEN>",
        "SEGMENT_REGION": "<SEGMENT_REGION>",
        "SEGMENT_MCP_MODE": "<SEGMENT_MCP_MODE>",
        "SEGMENT_PROFILE_TOKEN": "<SEGMENT_PROFILE_TOKEN>",
        "SEGMENT_PROFILE_SPACE_ID": "<SEGMENT_PROFILE_SPACE_ID>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

segment-mcp in other clients