swapi.build

eldermoraes/swapi.build
★ 3 stars Java API Integration Updated today
The Star Wars API and MCP Server. All the Star Wars data you've ever wanted.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "swapi.build": {
      "command": "npx",
      "args": [
        "-y",
        "eldermoraes/swapi.build"
      ]
    }
  }
}