Custom MCP servers that extend Poke — the iMessage AI assistant — with real-world data sources.
| Server | Description | Deploy | URL | |
|---|---|---|---|---|
| 🏎️ | f1-workers/ |
Formula 1 live data — standings, laps, telemetry, race control | ☁️ Cloudflare Workers | f1-mcp.eftekin.com/mcp |
| 🖥️ | poke-assistant/ |
macOS context — system telemetry, media, Discord activity, active IDE | 🏠 Local + Cloudflare Tunnel | mcp.eftekin.com/mcp |
Poke (iMessage) → MCP Server → Data Source (API)
- f1-workers: TypeScript on Cloudflare Workers — no cold starts, always on, free tier
- poke-assistant: Python on your Mac, exposed via a Cloudflare named tunnel
Poke → Settings → Integrations → Add Custom MCP Server
| Server | URL | Auth |
|---|---|---|
| F1 Live Data | https://f1-mcp.eftekin.com/mcp |
None |
| Poke Assistant | https://mcp.eftekin.com/mcp |
Bearer token |
See each server's README for setup and deployment details.