S

Segment

Query Segment sources, destinations and events.

·No reviews yet
Repo
Share:

About

Auto-generated

Segment is a Model Context Protocol server in the Analytics & Monitoring category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Segment.

What is the Segment MCP?
The Segment MCP allows you to query various components of Segment, including data sources, destinations, and event streams. It's designed for developers who need programmatic access to their Segment data and configurations.
How can I authenticate with the Segment MCP?
Authentication for the Segment MCP is handled via an API key. You will need to provide a valid API key to interact with your Segment resources through this MCP.
How do I install the Segment MCP in a client like Claude Desktop?
Specific installation steps depend on the client application. Generally, you would add the Segment MCP by providing its slug or repository URL within the client's MCP configuration settings. Refer to your client's documentation for detailed instructions.
What are the primary capabilities of the Segment MCP?
The Segment MCP enables you to interact with your Segment data. You can query sources, manage destinations, and retrieve event information, facilitating automation and integration with other systems.
Is there a cost associated with using the Segment MCP?
The Segment MCP itself is a community-provided tool and is open source. However, usage of Segment services may incur costs based on your Segment subscription plan.

Install Segment

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "segment": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-segment"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "segment": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-segment"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "segment": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-segment"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.