Star Wars MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Star Wars MCP Serversearch for Luke Skywalker"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🌟 Star Wars MCP Server
Um servidor MCP (Model Context Protocol) que fornece acesso à Star Wars API (SWAPI) através do Claude Desktop
📖 Sobre o Projeto
Este projeto é um servidor MCP desenvolvido em TypeScript que integra a Star Wars API (SWAPI) com o Claude Desktop. Ele permite que você faça perguntas sobre o universo Star Wars e obtenha informações detalhadas sobre personagens, planetas, filmes e muito mais, diretamente através do Claude.
Related MCP server: Pokemon MCP Server
✨ Funcionalidades
🔧 Tools Disponíveis
search_characters- Busca personagens do Star Wars por nomesearch_planets- Busca planetas do Star Wars por nomesearch_films- Busca filmes do Star Wars por títuloget_character_by_id- Obtém informações detalhadas de um personagem pelo ID
📚 Resources Disponíveis
all_films- Lista todos os filmes da saga Star Wars ordenados por episódio
🚀 Como Executar
Pré-requisitos
Node.js (versão 18 ou superior)
Claude Desktop instalado
npm ou yarn
1. Instalação
# Clone o repositório
git clone https://github.com/glaucia86/swapi-mcp-server-app.git
# Entre no diretório
cd swapi-mcp-server-app
# Instale as dependências
npm install2. Compilação
# Compile o TypeScript
npm run build3. Configuração do Claude Desktop
Localize o arquivo de configuração:
%APPDATA%\Claude\claude_desktop_config.jsonAdicione a configuração do servidor MCP:
{ "mcpServers": { "swapi-mcp-server": { "command": "node", "args": ["CAMINHO_COMPLETO/swapi-mcp-server-app/build/index.js"] } } }⚠️ Importante: Substitua
CAMINHO_COMPLETOpelo caminho absoluto para o seu projeto.Reinicie o Claude Desktop completamente
4. Verificação
O servidor será iniciado automaticamente pelo Claude Desktop. Você saberá que está funcionando quando conseguir fazer perguntas sobre Star Wars no Claude.
🧪 Testando com o Inspector
Para testar e debugar o servidor MCP, você pode usar o MCP Inspector:
# Execute o inspector
npm run inspectorO inspector abrirá em seu navegador onde você poderá:
Testar todos os tools individualmente
Verificar os resources disponíveis
Debugar problemas de conexão
Visualizar logs em tempo real
💬 Exemplos de Perguntas
Buscar Personagens
Busque informações sobre Luke SkywalkerProcure pelo personagem Darth VaderEncontre dados sobre a Princesa LeiaBuscar Planetas
Encontre informações sobre o planeta TatooineBusque dados sobre AlderaanProcure pelo planeta HothBuscar Filmes
Procure pelo filme "A New Hope"Busque informações sobre "The Empire Strikes Back"Encontre dados do filme "Return of the Jedi"Obter Personagem por ID
Obtenha informações do personagem com ID 1Busque dados do personagem com ID 4Listar Filmes
Liste todos os filmes de Star WarsMostre todos os filmes da saga Star Wars ordenados por episódio📁 Estrutura do Projeto
swapi-mcp-server-app/
├── src/
│ ├── index.ts # Servidor MCP principal
│ └── types.ts # Definições de tipos TypeScript
├── build/ # Arquivos compilados
├── package.json # Dependências e scripts
├── tsconfig.json # Configuração do TypeScript
└── README.md # Documentação🛠 Scripts Disponíveis
npm run build- Compila o TypeScriptnpm run watch- Compila em modo watchnpm run inspect- Executa o MCP Inspector para testes
🔍 Troubleshooting
O servidor não aparece no Claude Desktop
Verifique se o caminho no arquivo de configuração está correto
Certifique-se de que o arquivo
build/index.jsexisteReinicie o Claude Desktop completamente
Verifique os logs em
%APPDATA%\Claude\logs\mcp.log
Erros de compilação
Execute
npm installnovamenteVerifique se a versão do Node.js é compatível
Execute
npm run builde verifique se há erros
🤝 Contribuição
Contribuições são bem-vindas! Sinta-se à vontade para:
Fazer fork do projeto
Criar uma branch para sua feature (
git checkout -b feature/AmazingFeature)Commit suas mudanças (
git commit -m 'Add some AmazingFeature')Push para a branch (
git push origin feature/AmazingFeature)Abrir um Pull Request
📝 Licença
Este projeto está sob a licença MIT. Veja o arquivo LICENSE para mais detalhes.
👨💻 Autor
Glaucia Lemos
🌟 Agradecimentos
Star Wars API (SWAPI) - pela API incrível
Model Context Protocol - pelo protocolo inovador
Anthropic - pelo Claude Desktop
May the Force be with you! ⭐
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables access to NASA space data and images through Claude Desktop, providing features like astronomy picture of the day, Mars rover photos, near-Earth object information, NASA image search, and Earth satellite imagery.Last updated5
- AlicenseCqualityDmaintenanceEnables users to access comprehensive Pokemon data through the PokeAPI, including Pokemon stats, types, descriptions, move details, and complete evolution chains. Allows Claude to answer Pokemon-related questions with detailed information about any Pokemon, their abilities, and evolutionary relationships.Last updated125ISC
- AlicenseAqualityDmaintenanceEnables natural language management of ClickUp workspaces, including task CRUD operations, task listing, and user profile retrieval via Claude Desktop.Last updated61MIT
- Flicense-qualityDmaintenanceEnables flight search, airport information lookup, and price comparison through Claude Desktop.Last updated
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/glaucia86/swapi-mcp-server-app'
If you have feedback or need assistance with the MCP directory API, please join our Discord server