Skip to content
VS Code

inngest mcp for VS Code

io.github.mrfentmen/inngest-mcp

MCP server for Inngest: send events, list apps. Needs an event key.

client:VS Code transport:stdio runtime:npm

Install inngest mcp in VS Code

.vscode/mcp.json

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

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

inngest mcp in other clients