Provides Model Context Protocol (MCP) access to Star Wars API data, enabling AI tools like Claude Desktop to interact with the Star Wars universe.
Sponsored
This micro-project showcases the development of a Model Context Protocol (MCP) server, integrating with the open-source SWAPI (Star Wars API). Designed as a portfolio piece, it demonstrates how to build a functional MCP server that can be seamlessly connected to Claude Desktop for AI-driven interactions or thoroughly tested using the MCP Inspector. The server exposes various tools for searching characters, planets, and films, as well as resources to list all films, providing a structured way for AI agents to retrieve and utilize Star Wars data.
Key Features
01Search Star Wars films by title
020 GitHub stars
03Integrates with MCP Inspector for visual testing and interaction
04List all Star Wars films ordered by episode
05Search Star Wars characters by name or ID
06Search Star Wars planets by name
Use Cases
01Demonstrate full-stack development skills in MCP server creation and API integration
02Integrate Star Wars data into AI agents via Claude Desktop
03Test and debug MCP server functionalities with MCP Inspector