Skip to content
Cursor

transcode for Cursor

io.github.hiroshic9-png/transcode

Japan market intelligence — 22 MCP tools, 10 government/exchange data sources

client:Cursor transport:stdio runtime:npm

Install transcode 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": {
    "transcode": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "transcode-mcp-server"
      ],
      "env": {
        "JAPAN_INTELLIGENCE_API_URL": "<JAPAN_INTELLIGENCE_API_URL>",
        "JI_API_KEY": "<JI_API_KEY>"
      }
    }
  }
}

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

transcode in other clients