An MCP server that integrates with the SWAPI Star Wars API to provide access to Star Wars characters, planets, films, species, vehicles, and starships data, demonstrating MCP server interaction with external APIs.
star-warsapi-integrationswapidata-fetchingcachingcontext
Installation & Configuration
{
"mcp": {
"servers": {
"starwars": {
"command": "npx",
"args": [
"-y",
"@johnpapa/mcp-starwars"
],
"env": {}
}
}
}
}