Horoscope Serve MCP Server

A Model Context Protocol (MCP) server that provides daily horoscope readings and fortune telling. This server integrates with a horoscope API to

Local serverstdioTypeScript

What is the Horoscope Serve MCP server?

Connect Horoscope Serve to Claude, Cursor or any other MCP client and it stops being a tab you switch to. A Model Context Protocol (MCP) server that provides daily horoscope readings and fortune telling. This server integrates with a horoscope API to provide detailed fortune readings for all zodiac signs. The horoscope serve mcp server is what makes that connection.

What the server does

  • Get horoscope readings for all 12 zodiac signs
  • Multiple time ranges (today, tomorrow, week, month)
  • Detailed fortune readings including:
  • Overall fortune
  • Lucky numbers, colors, and compatible signs
  • Things to do and avoid

Installation

@smithery/cli on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Where it fits

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. It is maintained by GBcui; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How to install the Horoscope Serve MCP server

{
  "mcpServers": {
    "horoscope-serve": {
      "command": "npx",
      "args": ["-y", "@smithery/cli"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Frequently asked questions

It connects Horoscope Serve to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Horoscope Serve directly.