The Star Wars API and MCP Server. All the Star Wars data you've ever wanted.
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"
]
}
}
}
Run in terminal:
claude mcp add swapi.build npx -y eldermoraes/swapi.build
Add to .cursor/mcp.json:
{
"mcpServers": {
"swapi.build": {
"command": "npx",
"args": [
"-y",
"eldermoraes/swapi.build"
]
}
}
}