Skip to content
Cursor

inngest mcp for Cursor

io.github.mrfentmen/inngest-mcp

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

client:Cursor transport:stdio runtime:npm

Install inngest mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

inngest mcp in other clients