Tteop MCP Server
Rank #25,379io.github.SunrisesIllNeverSee/tteop-mcp
TTEOP MCP Server — build, validate, and describe TTEOP telemetry envelopes.
Tteop MCP Server is a Model Context Protocol (MCP) server published by sunrisesillneversee. It ranks #25,379 of 115,591 servers tracked on MCP Toplist. Tteop MCP Server 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 90,212 of 115,591 servers on MCP Toplist.
Use Tteop MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tteop-mcp -- npx -y tteop-mcp[mcp_servers.tteop-mcp]
command = "npx"
args = ["-y", "tteop-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"tteop-mcp": {
"command": "npx",
"args": [
"-y",
"tteop-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"tteop-mcp": {
"command": "npx",
"args": [
"-y",
"tteop-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"tteop-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tteop-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"tteop-mcp": {
"command": "npx",
"args": [
"-y",
"tteop-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tteop-mcp": {
"command": "npx",
"args": [
"-y",
"tteop-mcp"
]
}
}
}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.SunrisesIllNeverSee%2Ftteop-mcp)<a href="https://mcptoplist.com/server/io.github.SunrisesIllNeverSee%2Ftteop-mcp"><img src="https://mcptoplist.com/badge/io.github.SunrisesIllNeverSee%2Ftteop-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
sunrisesillneversee
Other servers by sunrisesillneversee
- Upsilon — AI Operator Measurement Engine#3,286 · 7 vers
- Contribution Exchange#4,427 · 1 ver
- Signomy#8,330 · 1 ver
- bestuser-router-mcp#18,114 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Aug 30, 2026 |
Frequently asked questions
- Who maintains Tteop MCP Server?
- Tteop MCP Server is maintained by sunrisesillneversee, which publishes 7 MCP servers (17 total versions) tracked on MCP Toplist.
- Is Tteop MCP Server listed on the Official MCP Registry?
- Yes — Tteop MCP Server is listed on the Official MCP Registry.
- How many versions does Tteop MCP Server have?
- MCP Toplist tracks 1 version of Tteop MCP Server, most recently published on Aug 30, 2026.
- Where can I find the source code for Tteop MCP Server?
- The source code for Tteop MCP Server is hosted at github.com/SunrisesIllNeverSee/tteop-mcp.