Runway MCP Server
Rank #3,405io.github.sidart10/runway-mcp-server
MCP server providing runway-server capabilities
Runway MCP Server is a Model Context Protocol (MCP) server published by sidart10. It ranks #3,405 of 115,460 servers tracked on MCP Toplist, and its repository has 69 GitHub stars. Runway MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on Nov 11, 2025 and most recently updated on Nov 11, 2025.
Ranks ahead of 112,055 of 115,460 servers on MCP Toplist.
Use Runway MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add runway-mcp-server -e "RUNWAY_API_KEY=<your RUNWAY_API_KEY>" -- uvx runway-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.runway-mcp-server]
command = "uvx"
args = ["runway-mcp-server"]
[mcp_servers.runway-mcp-server.env]
RUNWAY_API_KEY = "<your RUNWAY_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"runway-mcp-server": {
"command": "uvx",
"args": [
"runway-mcp-server"
],
"env": {
"RUNWAY_API_KEY": "<your RUNWAY_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"runway-mcp-server": {
"command": "uvx",
"args": [
"runway-mcp-server"
],
"env": {
"RUNWAY_API_KEY": "<your RUNWAY_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"runway-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"runway-mcp-server"
],
"env": {
"RUNWAY_API_KEY": "<your RUNWAY_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"runway-mcp-server": {
"command": "uvx",
"args": [
"runway-mcp-server"
],
"env": {
"RUNWAY_API_KEY": "<your RUNWAY_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"runway-mcp-server": {
"command": "uvx",
"args": [
"runway-mcp-server"
],
"env": {
"RUNWAY_API_KEY": "<your RUNWAY_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.sidart10%2Frunway-mcp-server)<a href="https://mcptoplist.com/server/io.github.sidart10%2Frunway-mcp-server"><img src="https://mcptoplist.com/badge/io.github.sidart10%2Frunway-mcp-server.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
sidart10
Other servers by sidart10
View all sidart10 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Nov 11, 2025 |
Frequently asked questions
- Who maintains Runway MCP Server?
- Runway MCP Server is maintained by sidart10, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Runway MCP Server listed on the Official MCP Registry?
- Yes — Runway MCP Server is listed on the Official MCP Registry.
- How many versions does Runway MCP Server have?
- MCP Toplist tracks 1 version of Runway MCP Server, most recently published on Nov 11, 2025.
- Where can I find the source code for Runway MCP Server?
- The source code for Runway MCP Server is hosted at github.com/sidart10/runway-mcp-server.