SWAPI Server

Provide seamless access to Star Wars API data for your applications. Fetch, manipulate, and integrate Star Wars universe information effortlessly. Enhance your projects with rich, structured data from the iconic franchise.

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install alexandrebagio/swapi-mcp -c claude

This command will automatically install and configure the SWAPI Server MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "SWAPI Server": {
      "command": "npx",
      "args": [
        "-y",
        "swapi"
      ],
      "env": {}
    }
  }
}

Smithery SWAPI Integration smithery badge

Este repositório contém um projeto que integra o Smithery com a API SWAPI, permitindo a busca e listagem de planetas do universo Star Wars.

Visão Geral

O projeto utiliza o SDK do Smithery para criar um servidor que se comunica com a SWAPI. Atualmente, a funcionalidade principal é listar planetas, mas o projeto pode ser expandido para incluir outras entidades da SWAPI.

Funcionalidades

  • Listar Planetas: Permite buscar e listar todos os planetas disponíveis na SWAPI, fornecendo informações como nome, clima, terreno, população, entre outros detalhes.

  • Listar Pessoas: Recupera informações sobre personagens do universo Star Wars, incluindo nome, altura, peso, cor dos olhos, cor do cabelo, e muito mais.

  • Listar Naves Estelares: Fornece detalhes sobre as naves estelares, como nome, modelo, fabricante, capacidade de carga, e outros atributos técnicos.

  • Listar Veículos: Permite acessar dados sobre veículos terrestres e espaciais, incluindo nome, modelo, fabricante, e especificações técnicas.

  • Listar Espécies: Oferece informações sobre diferentes espécies no universo Star Wars, como nome, classificação, idioma, e características físicas.

  • Listar Filmes: Recupera dados sobre os filmes de Star Wars, incluindo título, diretor, produtor, data de lançamento, e uma lista de personagens e naves que aparecem no filme.

Tecnologias Utilizadas

  • Node.js
  • Smithery SDK
  • SWAPI
Share:
Details:
  • Stars


    3
  • Forks


    0
  • Last commit


    4 months ago
  • Repository age


    4 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to SWAPI Server:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


SWAPI Server: MCP Server – MCP.Bar