Content
# Spectator-MCP
MCP Client for Spectator Context Tool. Give all of your LLMs your life context through your phone.
## Quick Start
### Option 1: Automatic Setup (Recommended)
Run this simple command to set up Spectator MCP for all your AI coding assistants:
```bash
npx spectator-mcp YOUR_API_KEY
```
This will automatically configure Claude Desktop, Claude Code, Cursor, Windsurf, VS Code, and Cline if they're installed.
### Option 2: Claude Custom Connector
For Claude Website users, simply add a custom connector:
1. Go to Settings → Connectors
2. Click "Add custom connector"
3. Enter:
- **Name:** Spectator Voice Memory
- **URL:** `https://spectatorcontext.com/mcp-server/mcp/YOUR_API_KEY`
Replace YOUR_API_KEY in the url with the API key you received from spectatorcontext.com
### Option 3: Manual Configuration
Add this to your platform's MCP configuration file:
```json
{
"mcpServers": {
"spectator-voice-memory": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://spectatorcontext.com/mcp-server/mcp/YOUR_API_KEY"
]
}
}
}
```
## Supported Platforms
- **Claude Desktop** - Anthropic's AI assistant
- **Claude Code** - Anthropic's CLI for Claude
- **Cursor** - AI-powered code editor
- **Windsurf** - The Agentic IDE
- **VS Code** - With GitHub Copilot
- **Cline** - VS Code extension
## Features
- 🚀 **One-command setup** for all platforms
- 🔐 **Secure** API key handling
- 🌍 **Cross-platform** support (Windows, Mac, Linux)
- 🔄 **Auto-detection** of installed AI tools
- 📝 **Voice memory** from your Spectator app
## Documentation
For detailed setup instructions and troubleshooting, see the [client README](./client/README.md).
## License
MIT
Connection Info
You Might Also Like
awesome-mcp-servers
A collection of MCP servers.
git
A Model Context Protocol server for Git automation and interaction.
Appwrite
Build like a team of hundreds
TrendRadar
TrendRadar: Your hotspot assistant for real news in just 30 seconds.
oh-my-opencode
Background agents · Curated agents like oracle, librarians, frontend...
cc-switch
All-in-One Assistant for Claude Code, Codex & Gemini CLI across platforms.