Exposes the presence Claude Code plugin's living project model and outcome telemetry as MCP resources for Claude Desktop and Cursor.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
claude mcp add presence-mcp -- python -m presence-mcp{
"mcpServers": {
"presence-mcp": {
"command": "python",
"args": ["-m", "presence_mcp"]
}
}
}MCP Servers overview
# presence-mcp
<!-- mcp-name: io.github.sara-star-quant/presence-mcp -->
[](https://pypi.org/project/presence-mcp/)
[](https://pypi.org/project/presence-mcp/)
[](./LICENSE)
[](https://github.com/sara-star-quant/presence-mcp/actions/workflows/ci.yml)
[](https://registry.modelcontextprotocol.io/v0/servers?search=presence-mcp)
> PyPI launcher that exposes [presence](https://github.com/sara-star-quant/presence)'s living project model and outcome telemetry as MCP resources for Claude Desktop, Cursor, Continue, and other MCP-aware clients.
`presence` is a Claude Code plugin. It already ships a stdio MCP server at `lib/cli.py mcp` and exposes two read-only resources per repository (see [What you get](#what-you-get)). This package is the PyPI shim that lets that server be listed in the official [MCP Registry](https://github.com/mcp) and invoked with a single command name in every per-client config, instead of an absolute path that varies per machine.
The launcher itself speaks no MCP. It locates a local presence install and forwards stdio to `python lib/cli.py mcp`. About 40 lines of Python, stdlib only.
## Quick start
```bash
pip install presence-mcp
```
Then point any MCP client at the `presence-mcp` command. For Claude Desktop, that's:
```json
{
"mcpServers": {
"presence": {
"command": "presence-mcp"
}
}
}
```
Full per-client config for [Cursor](#cursor) and [Continue](#continue) below. Requires Python 3.12+ and a local [presence](https://github.com/sara-star-quant/presence) install.
## What you get
Two read-only MCP resources, one per repository you've worked on:
| URI | Content | MIME type |
|---|---|---|
| `presence://<repo_id>/model` | Living `model.md` (Markdown) | `text/markdown` |
| `presence://<repo_id>/telemetry` | Recent commit / revert / verification claims (JSON array) | `application/json` |
`<repo_id>` is a 12-char SHA-256 prefix of the repo. The server resolves the current repo from the launcher's working directory; see [Working-directory caveat](#working-directory-caveat). Resource schema and protocol details: [presence's `docs/mcp.md`](https://github.com/sara-star-quant/presence/blob/main/docs/mcp.md).
## Per-client configuration
The same `presence-mcp` command works in every client.
### Claude Desktop
`~/Library/Application Support/Claude/claude_desktop_config.json` (macOS), or the equivalent on Windows / Linux:
```json
{
"mcpServers": {
"presence": {
"command": "presence-mcp"
}
}
}
```
### Cursor
`.cursor/mcp.json` in the project root, or the global Cursor MCP settings:
```json
{
"mcpServers": {
"presence": {
"command": "presence-mcp"
}
}
}
```
### Continue
`~/.continue/config.json`:
```json
{
"mcpServers": [
{
"name": "presence",
"command": "presence-mcp"
}
]
}
```
### Verify the install
The launcher accepts JSON-RPC on stdin. Pasting `{"jsonrpc":"2.0","id":1,"method":"initialize"}` and pressing Enter should yield an `initialize` response. You can also invoke it as `python -m presence_mcp` if a console script isn't convenient.
## Environment variables
| Variable | Purpose |
|---|---|
| `PRESENCE_MCP_CLI` | Absolute path to presence's `lib/cli.py`. Overrides the default `~/.claude/plugins/presence/lib/cli.py` lookup. If set but the path is missing, the launcher errors out instead of falling back, so typos surface. |
| `PRESENCE_MCP_PYTHON` | Python interpreter to run presence with. Defaults to `sys.executable` of the launcher itself. Useful when presence is installed under a different Python (for example, a project venv). |
If `presence-mcp` reports it could not locate presence, install presence at the standard Claude Code plugin path, or set `PRESENCE_MCP_CLI`.
## Working-directory caveat
presence's MCP server resolves the current repo from the launcher's working directory via `git rev-parse --show-toplevel`. MCP clients that launch the server from a fixed directory will only see one repo. To switch repos, either launch a separate instance per project (set `cwd` in the client's per-server config), or restart the server from the target project root.
## Compatibility
- **Python:** 3.12 or newer. CI matrix covers 3.12 / 3.13 / 3.14.
- **presence:** tested with `>= 0.6.0`. Older versions back to v0.4.1 (where the MCP server first shipped) may still work but are not exercised by CI.
- **Platforms:** Linux and macOS exercised in CI. Windows is untested in v0.1.0. The launcher uses `subprocess.run` which is cross-platform, but the default presence install path (`~/.claude/plugins/presence/lib/cli.py`) needs a real Windows install to confirm. Report issues if you try it.
This launcher is protocol-agnostic: it does **not** rev when presence ships new MCP resources. It only revs when its own resolution logic, CLI surface, or `server.json` content changes.
## Where to file issues
- **Launcher bugs** (path detection, install errors, CLI argument forwarding): [issues on this repo](https://github.com/sara-star-quant/presence-mcp/issues).
- **Resource-content bugs** (what `presence://*/model` returns, telemetry schema, working-directory behavior, anything about the protocol itself): [issues on the presence repo](https://github.com/sara-star-quant/presence/issues).
## Disambiguation
presence's MCP server advertises `serverInfo.name = "presence-mcp"` in its `initialize` response. That's the server's MCP identity. This package is the PyPI launcher. The names match by intent.
## Links
- PyPI: https://pypi.org/project/presence-mcp/
- MCP Registry: https://registry.modelcontextprotocol.io/v0/servers?search=presence-mcp (`io.github.sara-star-quant/presence-mcp`)
- Upstream (presence): https://github.com/sara-star-quant/presence
## License
Apache-2.0. See [LICENSE](./LICENSE) and [NOTICE](./NOTICE).
What people ask about presence-mcp
What is sara-star-quant/presence-mcp?
+
sara-star-quant/presence-mcp is mcp servers for the Claude AI ecosystem. Exposes the presence Claude Code plugin's living project model and outcome telemetry as MCP resources for Claude Desktop and Cursor. It has 0 GitHub stars and was last updated today.
How do I install presence-mcp?
+
You can install presence-mcp by cloning the repository (https://github.com/sara-star-quant/presence-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is sara-star-quant/presence-mcp safe to use?
+
Our security agent has analyzed sara-star-quant/presence-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.
Who maintains sara-star-quant/presence-mcp?
+
sara-star-quant/presence-mcp is maintained by sara-star-quant. The last recorded GitHub activity is from today, with 1 open issues.
Are there alternatives to presence-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy presence-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/sara-star-quant-presence-mcp)<a href="https://claudewave.com/repo/sara-star-quant-presence-mcp"><img src="https://claudewave.com/api/badge/sara-star-quant-presence-mcp" alt="Featured on ClaudeWave: sara-star-quant/presence-mcp" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。