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