Skip to content
Cursor

SignalEDI for Cursor

io.github.signaledi/mcp-server

EDI parse, validate, send, inspect, and QuickBooks tools for MCP clients.

client:Cursor transport:stdio runtime:npm

Install SignalEDI in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@signaledi/mcp-server"
      ],
      "env": {
        "SIGNALEDI_API_KEY": "<SIGNALEDI_API_KEY>",
        "SIGNALEDI_BASE_URL": "<SIGNALEDI_BASE_URL>"
      }
    }
  }
}

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

SignalEDI in other clients