segment-mcp
Rank #14,763io.github.katekruger/segment-mcp
Read-first MCP server for Twilio Segment: routing, stale sources, delivery health, governance.
segment-mcp is a Model Context Protocol (MCP) server published by katekruger. It ranks #14,763 of 115,591 servers tracked on MCP Toplist. segment-mcp is listed on Official MCP, with 1 tracked version. It was first listed on Aug 30, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 100,828 of 115,591 servers on MCP Toplist.
Use segment-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add segment-mcp -e "SEGMENT_API_TOKEN=<your SEGMENT_API_TOKEN>" -e "SEGMENT_REGION=<your SEGMENT_REGION>" -e "SEGMENT_MCP_MODE=<your SEGMENT_MCP_MODE>" -e "SEGMENT_PROFILE_TOKEN=<your SEGMENT_PROFILE_TOKEN>" -e "SEGMENT_PROFILE_SPACE_ID=<your SEGMENT_PROFILE_SPACE_ID>" -- uvx segment-mcpReplace each placeholder with your own value before saving.
[mcp_servers.segment-mcp]
command = "uvx"
args = ["segment-mcp"]
[mcp_servers.segment-mcp.env]
SEGMENT_API_TOKEN = "<your SEGMENT_API_TOKEN>"
SEGMENT_REGION = "<your SEGMENT_REGION>"
SEGMENT_MCP_MODE = "<your SEGMENT_MCP_MODE>"
SEGMENT_PROFILE_TOKEN = "<your SEGMENT_PROFILE_TOKEN>"
SEGMENT_PROFILE_SPACE_ID = "<your SEGMENT_PROFILE_SPACE_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"segment-mcp": {
"command": "uvx",
"args": [
"segment-mcp"
],
"env": {
"SEGMENT_API_TOKEN": "<your SEGMENT_API_TOKEN>",
"SEGMENT_REGION": "<your SEGMENT_REGION>",
"SEGMENT_MCP_MODE": "<your SEGMENT_MCP_MODE>",
"SEGMENT_PROFILE_TOKEN": "<your SEGMENT_PROFILE_TOKEN>",
"SEGMENT_PROFILE_SPACE_ID": "<your SEGMENT_PROFILE_SPACE_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"segment-mcp": {
"command": "uvx",
"args": [
"segment-mcp"
],
"env": {
"SEGMENT_API_TOKEN": "<your SEGMENT_API_TOKEN>",
"SEGMENT_REGION": "<your SEGMENT_REGION>",
"SEGMENT_MCP_MODE": "<your SEGMENT_MCP_MODE>",
"SEGMENT_PROFILE_TOKEN": "<your SEGMENT_PROFILE_TOKEN>",
"SEGMENT_PROFILE_SPACE_ID": "<your SEGMENT_PROFILE_SPACE_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"segment-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"segment-mcp"
],
"env": {
"SEGMENT_API_TOKEN": "<your SEGMENT_API_TOKEN>",
"SEGMENT_REGION": "<your SEGMENT_REGION>",
"SEGMENT_MCP_MODE": "<your SEGMENT_MCP_MODE>",
"SEGMENT_PROFILE_TOKEN": "<your SEGMENT_PROFILE_TOKEN>",
"SEGMENT_PROFILE_SPACE_ID": "<your SEGMENT_PROFILE_SPACE_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"segment-mcp": {
"command": "uvx",
"args": [
"segment-mcp"
],
"env": {
"SEGMENT_API_TOKEN": "<your SEGMENT_API_TOKEN>",
"SEGMENT_REGION": "<your SEGMENT_REGION>",
"SEGMENT_MCP_MODE": "<your SEGMENT_MCP_MODE>",
"SEGMENT_PROFILE_TOKEN": "<your SEGMENT_PROFILE_TOKEN>",
"SEGMENT_PROFILE_SPACE_ID": "<your SEGMENT_PROFILE_SPACE_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"segment-mcp": {
"command": "uvx",
"args": [
"segment-mcp"
],
"env": {
"SEGMENT_API_TOKEN": "<your SEGMENT_API_TOKEN>",
"SEGMENT_REGION": "<your SEGMENT_REGION>",
"SEGMENT_MCP_MODE": "<your SEGMENT_MCP_MODE>",
"SEGMENT_PROFILE_TOKEN": "<your SEGMENT_PROFILE_TOKEN>",
"SEGMENT_PROFILE_SPACE_ID": "<your SEGMENT_PROFILE_SPACE_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.katekruger%2Fsegment-mcp)<a href="https://mcptoplist.com/server/io.github.katekruger%2Fsegment-mcp"><img src="https://mcptoplist.com/badge/io.github.katekruger%2Fsegment-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
katekruger
Other servers by katekruger
View all katekruger servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Aug 30, 2026 |
Frequently asked questions
- Who maintains segment-mcp?
- segment-mcp is maintained by katekruger, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is segment-mcp listed on the Official MCP Registry?
- Yes — segment-mcp is listed on the Official MCP Registry.
- How many versions does segment-mcp have?
- MCP Toplist tracks 1 version of segment-mcp, most recently published on Aug 30, 2026.
- Where can I find the source code for segment-mcp?
- The source code for segment-mcp is hosted at github.com/katekruger/segment-mcp.