Skip to content
VS Code

iota mcp for VS Code

io.github.qso-graph/iota-mcp

Islands on the Air MCP server. Group lookup, island search, DXCC mapping, nearby groups.

client:VS Code transport:stdio runtime:pypi

Install iota mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "iota-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "iota-mcp"
      ]
    }
  }
}

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

iota mcp in other clients