Pokemon for VS Code
io.github.pipeworx-io/pokemon
Pokemon MCP — wraps PokéAPI (free, no auth required)
client:VS Code
transport:streamable-http
Install Pokemon in VS Code
.vscode/mcp.json
{
"servers": {
"pokemon": {
"type": "http",
"url": "https://gateway.pipeworx.io/pokemon/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs