MCP Ted
Rank #501io.github.lexsocket/mcp-ted
MCP server providing ted capabilities
MCP Ted is a Model Context Protocol (MCP) server published by lexsocket. It ranks #501 of 115,460 servers tracked on MCP Toplist, and its repository has 781 GitHub stars. MCP Ted is listed on Official MCP, with 6 tracked versions. It was first listed on Jan 22, 2026 and most recently updated on Jan 23, 2026.
Ranks ahead of 114,959 of 115,460 servers on MCP Toplist.
Use MCP Ted
claude mcp add --transport http mcp-ted https://mcp.lexsocket.ai/ted/claude mcp add mcp-ted -e "LEXSOCKET_API_KEY=<your LEXSOCKET_API_KEY>" -- npx -y @lexsocket/mcp-tedReplace each placeholder with your own value before saving.
[mcp_servers.mcp-ted]
url = "https://mcp.lexsocket.ai/ted/"Add to ~/.codex/config.toml.
[mcp_servers.mcp-ted]
command = "npx"
args = ["-y", "@lexsocket/mcp-ted"]
[mcp_servers.mcp-ted.env]
LEXSOCKET_API_KEY = "<your LEXSOCKET_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.lexsocket.ai/ted/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"mcp-ted": {
"command": "npx",
"args": [
"-y",
"@lexsocket/mcp-ted"
],
"env": {
"LEXSOCKET_API_KEY": "<your LEXSOCKET_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-ted": {
"url": "https://mcp.lexsocket.ai/ted/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mcp-ted": {
"command": "npx",
"args": [
"-y",
"@lexsocket/mcp-ted"
],
"env": {
"LEXSOCKET_API_KEY": "<your LEXSOCKET_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-ted": {
"type": "http",
"url": "https://mcp.lexsocket.ai/ted/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mcp-ted": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lexsocket/mcp-ted"
],
"env": {
"LEXSOCKET_API_KEY": "<your LEXSOCKET_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-ted": {
"serverUrl": "https://mcp.lexsocket.ai/ted/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-ted": {
"command": "npx",
"args": [
"-y",
"@lexsocket/mcp-ted"
],
"env": {
"LEXSOCKET_API_KEY": "<your LEXSOCKET_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-ted": {
"url": "https://mcp.lexsocket.ai/ted/"
}
}
}{
"mcpServers": {
"mcp-ted": {
"command": "npx",
"args": [
"-y",
"@lexsocket/mcp-ted"
],
"env": {
"LEXSOCKET_API_KEY": "<your LEXSOCKET_API_KEY>"
}
}
}
}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.lexsocket%2Fmcp-ted)<a href="https://mcptoplist.com/server/io.github.lexsocket%2Fmcp-ted"><img src="https://mcptoplist.com/badge/io.github.lexsocket%2Fmcp-ted.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
lexsocket
Other servers by lexsocket
View all lexsocket servers →Available versions (6)
| Version | Published |
|---|---|
| 1.0.7 | Jan 23, 2026 |
| 1.0.6 | Jan 23, 2026 |
| 1.0.5 | Jan 22, 2026 |
| 1.0.4 | Jan 22, 2026 |
| 1.0.3 | Jan 22, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Ted?
- MCP Ted is maintained by lexsocket, which publishes 3 MCP servers (9 total versions) tracked on MCP Toplist.
- Is MCP Ted listed on the Official MCP Registry?
- Yes — MCP Ted is listed on the Official MCP Registry.
- How many versions does MCP Ted have?
- MCP Toplist tracks 6 versions of MCP Ted, most recently published on Jan 23, 2026.
- Where can I find the source code for MCP Ted?
- The source code for MCP Ted is hosted at github.com/lexsocket/mcp-ted.