series-mcp-server

alanerochaa/series-mcp-server
★ 0 stars Java 🤖 AI/LLM Updated 5d ago
An MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "series-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "alanerochaa/series-mcp-server"
      ]
    }
  }
}

README Excerpt

MCP Server desenvolvido com Spring Boot e Spring AI utilizando a API pública do TVMaze. - Java 17 - Spring Boot 3 - Spring AI MCP Server - WebClient - Maven - Buscar séries por título - Buscar detalhes de uma série por ID - Integração com MCP Inspector - Consumo da API pública TVMaze 1. Clonar repositório