npm @edestory/mcp-starmeetstdioMITupdated 1mo ago
A Model Context Protocol server providing Vedic astrology tools to AI assistants (Claude, Cursor, Continue, etc.).
What can you do with mcp starmeet?
StarMeet MCP Server
A Model Context Protocol server providing Vedic astrology tools to AI assistants (Claude, Cursor, Continue, etc.).
Tools
| Tool | Description |
|---|---|
calculate_kundali |
Vedic birth chart (D1) preview — Ascendant, Sun/Moon signs & houses, Moon nakshatra, current Dasha |
get_panchang |
Daily Panchang — Tithi, Nakshatra, Yoga, Karana, Rahu Kaal, Abhijit Muhurta, sunrise/sunset |
get_nakshatra |
Detailed nakshatra profile (ruling planet, gana, deity, symbol, keywords, compatibility notes) |
All tools powered by star-meet.com Vedic Astrology Engine.
Quick Start
npx @edestory/mcp-starmeet
Or add to Claude Desktop ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"starmeet": {
"command": "npx",
"args": ["@edestory/mcp-starmeet"]
}
}
}
Example Usage (Claude)
"Calculate the Vedic birth chart for someone born on March 15, 1990 at 10:30 AM in Delhi"
Claude will call calculate_kundali → star-meet.com API → return full D1 chart.
"What is today's panchang for Mumbai?"
Claude will call get_panchang → star-meet.com API → return Tithi, Nakshatra, Rahu Kaal.
API
All requests proxied to https://star-meet.com/star-api/v1. No API key required.
License
MIT — star-meet.com
Install
Add mcp starmeet to your client. Pick the one you use.
claude mcp add mcp-starmeet -- npx -y @edestory/mcp-starmeetcodex mcp add mcp-starmeet -- npx -y @edestory/mcp-starmeetamp mcp add mcp-starmeet -- npx -y @edestory/mcp-starmeet{
"mcpServers": {
"mcp-starmeet": {
"command": "npx",
"args": [
"-y",
"@edestory/mcp-starmeet"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-starmeet": {
"command": "npx",
"args": [
"-y",
"@edestory/mcp-starmeet"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp-starmeet","command":"npx","args":["-y","@edestory/mcp-starmeet"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp-starmeet": {
"command": "npx",
"args": [
"-y",
"@edestory/mcp-starmeet"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-starmeet": {
"command": "npx",
"args": [
"-y",
"@edestory/mcp-starmeet"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-starmeet": {
"command": "npx",
"args": [
"-y",
"@edestory/mcp-starmeet"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-starmeet": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@edestory/mcp-starmeet"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-starmeet": {
"command": {
"path": "npx",
"args": [
"-y",
"@edestory/mcp-starmeet"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @edestory/mcp-starmeetRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
3 tools
mcp starmeet exposes 3 tools to a connected agent.
- calculate_kundali
- Vedic birth chart (D1) preview — Ascendant, Sun/Moon signs & houses, Moon nakshatra, current Dasha
- get_panchang
- Daily Panchang — Tithi, Nakshatra, Yoga, Karana, Rahu Kaal, Abhijit Muhurta, sunrise/sunset
- get_nakshatra
- Detailed nakshatra profile (ruling planet, gana, deity, symbol, keywords, compatibility notes)
Score
64 / 100
Good
- Documentation19/25
- Maintenance16/25
- Trust13/20
- Capability4/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 44 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.2.1Latest | Jul 11, 2026 |