Skip to main content
Glama
dallas-ferdinand

Yatishara Studio MCP

README.md
# Yatishara Studio MCP

Official **public** distribution for the [Yatishara Studio](https://studio.yatishara.com) MCP server — for Cursor Marketplace, ChatGPT plugins, Claude Connectors Directory, and self-hosted stdio installs.

The main Studio application repo is **private**. This repo contains only the MCP connector packages.

## Live hosted connector (recommended)

| Field | Value |
|-------|--------|
| MCP URL | `https://mcp.yatishara.com/mcp` |
| Auth | OAuth (ChatGPT, Claude) |
| Health | `curl https://mcp.yatishara.com/health` |
| Website | https://studio.yatishara.com |
| Logotype | https://studio.yatishara.com/branding/yatishara-logo-dark-on-white-512.png |

### ChatGPT

1. Settings → Apps & Connectors → Developer Mode ON
2. Add connector → URL above → OAuth → sign in to Studio

### Claude

Settings → Connectors → Add custom connector → same URL → OAuth.

### Cursor

Install this plugin from the Marketplace, or add `mcp.json` from this repo (remote URL). For local stdio + API key, see [packages/studio-mcp/README.md](packages/studio-mcp/README.md).

## Repository layout

```
packages/studio-mcp/     MCP server (stdio + HTTP entrypoints)
packages/studio-tools/   Shared tool catalog + adapters
.cursor-plugin/          Cursor Marketplace manifest
mcp.json                 Remote OAuth MCP config
skills/studio-start/     Agent skill for session start
```

## Development

```bash
npm install
npm run build
npm test
```

## Sync from private monorepo

Maintainers: from `yatishara-studio` run:

```bash
bash scripts/sync-public-mcp-repo.sh
```

Then commit and push **this** repository.

## Submit for listing

| Platform | URL |
|----------|-----|
| ChatGPT plugin | [OpenAI plugin portal](https://platform.openai.com) — use this repo + MCP URL |
| Claude directory | Claude Team → Connectors → Directory submission |
| Cursor Marketplace | https://cursor.com/marketplace/publish |

## License

MIT — see [LICENSE](LICENSE). Studio service and user data remain on Yatishara infrastructure; this repo is connector source only.