Skip to content
VS Code

nature vision mcp for VS Code

io.github.fonkychen/nature-vision-mcp

Identifies biological species, returning Latin names with confidence scores.

client:VS Code transport:stdio runtime:npm

Install nature vision mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "nature-vision-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@fonkychen/nature-vision-mcp"
      ]
    }
  }
}

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

nature vision mcp in other clients