Skip to content
VS Code

Star Wars MCP for VS Code

build.swapi/star-wars

Star Wars API (SWAPI) as a remote MCP server: films, people, planets, species, starships, vehicles.

client:VS Code transport:streamable-http tools:4

Install Star Wars MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "star-wars": {
      "type": "http",
      "url": "https://swapi.build/mcp"
    }
  }
}

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

What VS Code can do once it is connected

Star Wars MCP in other clients