mcp-server-star-wars-api

dresha-dev/mcp-server-star-wars-api

3.2

If you are the rightful owner of mcp-server-star-wars-api and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MCP Server Star Wars API provides information about Star Wars characters, ships, and planets using the Model Context Protocol (MCP) to communicate with clients like Claude for Desktop.

MCP Server Star Wars API

This project is a simple MCP server that provides information about Star Wars characters, ships, and planets. It uses the Model Context Protocol (MCP) to communicate with clients like Claude for Desktop.

This project is based on the tutorial from the YouTube video: Building MCP Servers

Setup your server with Claude for Desktop

The repository contains builds files, so that you can run the server without building it yourself.

Find more information on how to set up your server with Claude for Desktop and configure file in the Claude documentation.

Open the claude_desktop_config.json file in your Claude for Desktop application configuration folder and add the following configuration:

code ~/Library/Application\ Support/Claude/claude_desktop_config.json

Update with the absolute path to the parent folder of this project:

{
  "mcpServers": {
    "weather": {
      "command": "node",
      "args": ["/ABSOLUTE_PATH_TO_PARENT_FOLDER/mcp-server-star-wars-api/build/index.js"]
    }
  }
}