Node SDK
Rank #1,687io.github.transloadit/mcp-server
MCP server providing server capabilities
Node SDK is a Model Context Protocol (MCP) server published by transloadit. It ranks #1,687 of 132,046 servers tracked on MCP Toplist, and its repository has 73 GitHub stars. Node SDK is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 4 tracked versions. It was first listed on Nov 25, 2024 and most recently updated on Mar 16, 2026.
Ranks ahead of 130,359 of 132,046 servers on MCP Toplist.
Use Node SDK
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http transloadit https://api2.transloadit.com/mcpclaude mcp add transloadit -e "TRANSLOADIT_KEY=<your TRANSLOADIT_KEY>" -e "TRANSLOADIT_SECRET=<your TRANSLOADIT_SECRET>" -- npx -y @transloadit/mcp-server stdioReplace each placeholder with your own value before saving.
[mcp_servers.transloadit]
url = "https://api2.transloadit.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.transloadit]
command = "npx"
args = ["-y", "@transloadit/mcp-server", "stdio"]
[mcp_servers.transloadit.env]
TRANSLOADIT_KEY = "<your TRANSLOADIT_KEY>"
TRANSLOADIT_SECRET = "<your TRANSLOADIT_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api2.transloadit.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"transloadit": {
"command": "npx",
"args": [
"-y",
"@transloadit/mcp-server",
"stdio"
],
"env": {
"TRANSLOADIT_KEY": "<your TRANSLOADIT_KEY>",
"TRANSLOADIT_SECRET": "<your TRANSLOADIT_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"transloadit": {
"url": "https://api2.transloadit.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"transloadit": {
"command": "npx",
"args": [
"-y",
"@transloadit/mcp-server",
"stdio"
],
"env": {
"TRANSLOADIT_KEY": "<your TRANSLOADIT_KEY>",
"TRANSLOADIT_SECRET": "<your TRANSLOADIT_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"transloadit": {
"type": "http",
"url": "https://api2.transloadit.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"transloadit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@transloadit/mcp-server",
"stdio"
],
"env": {
"TRANSLOADIT_KEY": "<your TRANSLOADIT_KEY>",
"TRANSLOADIT_SECRET": "<your TRANSLOADIT_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"transloadit": {
"serverUrl": "https://api2.transloadit.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"transloadit": {
"command": "npx",
"args": [
"-y",
"@transloadit/mcp-server",
"stdio"
],
"env": {
"TRANSLOADIT_KEY": "<your TRANSLOADIT_KEY>",
"TRANSLOADIT_SECRET": "<your TRANSLOADIT_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"transloadit": {
"url": "https://api2.transloadit.com/mcp"
}
}
}{
"mcpServers": {
"transloadit": {
"command": "npx",
"args": [
"-y",
"@transloadit/mcp-server",
"stdio"
],
"env": {
"TRANSLOADIT_KEY": "<your TRANSLOADIT_KEY>",
"TRANSLOADIT_SECRET": "<your TRANSLOADIT_SECRET>"
}
}
}
}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.transloadit%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.transloadit%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.transloadit%2Fmcp-server.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
transloadit
Available versions (4)
| Version | Published |
|---|---|
| 0.3.9 | Mar 16, 2026 |
| 0.3.7 | Feb 17, 2026 |
| 0.3.6 | Feb 17, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Node SDK?
- Node SDK is maintained by transloadit, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Node SDK listed on the Official MCP Registry?
- Yes — Node SDK is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Node SDK have?
- MCP Toplist tracks 4 versions of Node SDK, most recently published on Mar 16, 2026.
- Where can I find the source code for Node SDK?
- The source code for Node SDK is hosted at github.com/transloadit/node-sdk.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.