development
documentation
public
API
Star Wars
What is Star Wars?
MCP Server for the SWAPI Star Wars API. The main goal of the project is to show how an MCP server can be used to interact with APIs.
Documentation
Star Wars MCP Server
Features
- List Star Wars Characters
- List Planets, Films, Species, Vehicles, and Starships
- Fetch Entity Details by ID
- Automatic Pagination
- Built-in Caching
- Cache Management
Tools
get_peopleget_person_by_idget_planetsget_planet_by_idget_filmsget_film_by_idget_species_listget_species_by_idget_vehiclesget_vehicle_by_idget_starshipsget_starship_by_idclear_cacheget_cache_stats
Setup# Quick Installation in VS Code
Manual Installation in VS Code# Installing via Smithery
Run the MCP Server Locally with MCP Inspector# Running the MCP Server hosted in GitHub Copilot with VS Code Insiders
Using Tools in GitHub Copilot
Server Config
{
"mcpServers": {
"star-wars-server": {
"command": "npx",
"args": [
"star-wars"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
Jul 02, 2025
Updated At:
Aug 07, 2025
Author:
John Papa
Category:
community
License:
MIT
Tags:
development
documentation
public