Skip to content
VS Code

warframe mcp for VS Code

io.github.mrfentmen/warframe-mcp

Warframe game state from warframestat.us. No key required.

client:VS Code transport:stdio runtime:npm

Install warframe mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "warframe-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "warframe-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

warframe mcp in other clients