npm @selectic/mcpstreamable-httpupdated 2mo ago
MCP connector for Selectic — give your AI assistant (Claude, ChatGPT, Perplexity, or any MCP-compatible app) the ability to call, text, and email businesses for you: get quotes, book appointments, ask questions — and read back the transcript, recording, and replies. New accounts start with $2 free. US businesses for now.
Selectic 能做什么?
selectic-mcp
MCP connector for Selectic — give your AI assistant (Claude, ChatGPT, Perplexity, or any MCP-compatible app) the ability to call, text, and email businesses for you: get quotes, book appointments, ask questions — and read back the transcript, recording, and replies. New accounts start with $2 free. US businesses for now.
Most apps can add the hosted endpoint directly as a custom connector:
https://selectic.ai/api/mcp
You'll be prompted to sign in (OAuth) the first time — no API key to manage. For stdio-only clients (e.g. Claude Desktop), this package bridges stdio ↔ the hosted endpoint.
Use
npx -y @selectic/mcp@latest
It opens a browser the first time so you can sign in to Selectic.
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"selectic": {
"command": "npx",
"args": ["-y", "@selectic/mcp@latest"]
}
}
}
Tools
place_call, get_call, send_sms, send_email, get_replies, list_outreach, list_call_types. See https://selectic.ai/docs.
安装
把 Selectic 添加到你的客户端。选择你正在使用的那个。
{
"servers": {
"mcp": {
"type": "http",
"url": "https://selectic.ai/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add mcp -- npx -y @selectic/mcpcodex mcp add mcp -- npx -y @selectic/mcpamp mcp add mcp -- npx -y @selectic/mcp{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@selectic/mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@selectic/mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@selectic/mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@selectic/mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@selectic/mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@selectic/mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@selectic/mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @selectic/mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
评分
39 / 100
不完整
- 文档19/25
- 维护16/25
- 可信度9/20
- 能力0/15
- 安装体验15/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 75 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 0.2.0最新 | 2026年6月17日 |
| 0.1.2 | 2026年6月17日 |