Skip to content
Zed

denpyo mcp for Zed

io.github.vladic-corp/denpyo-mcp

Japanese invoice/receipt OCR + tax registration-number (T-number) verification, via x402.

client:Zed transport:stdio runtime:npm

Install denpyo mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "denpyo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "denpyo-mcp"
      ],
      "env": {
        "EVM_PRIVATE_KEY": "<EVM_PRIVATE_KEY>",
        "SVM_PRIVATE_KEY": "<SVM_PRIVATE_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

denpyo mcp in other clients