loading…
Search for a command to run...
loading…
Official MCP server for [Perspective AI](https://getperspective.ai). An AI Concierge replaces static forms with adaptive AI conversations for lead qualification
Official MCP server for Perspective AI. An AI Concierge replaces static forms with adaptive AI conversations for lead qualification, customer research, onboarding feedback, and advocacy. Design conversation agents (Concierge, Interviewer, Evaluator, Advocate), analyze conversations, deploy embeds, and automate follow-ups (webhook, email, Slack, HubSpot).
Forms are costing you business. An AI concierge turns them into conversations.
MCP server for Perspective AI. An AI Concierge replaces static forms with adaptive AI conversations that understand real situations, structure key information automatically, and trigger the right next step.
Rigid forms cause drop-off, weaken qualification, and strip away context. Perspective uses adaptive AI to capture structured data and trigger automation, so you understand what truly matters to your customers and can make decisions with conviction.
Once connected, your AI assistant can design conversation agents, analyze conversations, deploy embeds, and automate follow-ups directly from Claude Desktop, Claude Code, Cursor, or any MCP-compatible client. Try prompts like:
Design a Concierge that qualifies pricing-page leads by budget and timeline.
Why are people abandoning my lead-capture concierge this week?
Whenever a conversation scores above 80 on trust, push it to HubSpot and ping #sales in Slack.
See Use cases for the full workflow and Available tools for the tool surface.
Add the MCP URL to your client and complete a one-time browser sign-in. Tokens stay out of config files; every connected app shows up under Settings → Connected Apps in your workspace, and you can revoke access anytime.
The MCP URL is the same for everyone:
https://getperspective.ai/mcp
claude mcp add --transport http perspective https://getperspective.ai/mcp
Add to your mcp.json:
{
"mcpServers": {
"perspective": {
"type": "http",
"url": "https://getperspective.ai/mcp"
}
}
}
Open the Add custom connector modal and fill:
| Field | Value |
|---|---|
| Name | Perspective AI |
| Remote MCP server URL | https://getperspective.ai/mcp |
Click Add, then complete the OAuth browser flow. (Manual path: Customize → Connectors → Add custom connector. See Anthropic's guide. Available on Free, Pro, Max, Team, and Enterprise plans.)
Stdio-only clients can use mcp-remote, which discovers OAuth metadata automatically:
{
"mcpServers": {
"perspective": {
"command": "npx",
"args": ["mcp-remote", "https://getperspective.ai/mcp"]
}
}
}
The first time you call a Perspective tool, your client opens a browser window to complete OAuth. Subsequent requests reuse the token.
If your client doesn't support OAuth or you'd rather authenticate with a long-lived token, generate one at Perspective AI Settings → MCP.

claude mcp add perspective --transport http https://getperspective.ai/mcp --header "Authorization: Bearer YOUR_TOKEN"
Add to your mcp.json:
{
"mcpServers": {
"perspective": {
"type": "http",
"url": "https://getperspective.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN"
}
}
}
}
For stdio-only clients, use mcp-remote with an explicit Authorization header:
{
"mcpServers": {
"perspective": {
"command": "npx",
"args": [
"mcp-remote",
"https://getperspective.ai/mcp",
"--header",
"Authorization: Bearer YOUR_TOKEN"
]
}
}
}
See the full MCP documentation for troubleshooting and advanced setup.
Once connected, your AI assistant can call the following 22 tools, grouped by lifecycle stage:
Workspaces
Design & iterate
Deploy & distribute
Analyze
Automate
Once installed, ask your AI assistant to drive the full perspective lifecycle: design, deploy, analyze, and automate.
Design & iterate. Create any of four conversation agent types:
Browse 180+ templates or use cases by role and industry for inspiration. Example prompts:
Deploy & distribute. Embed on your site or send personalized invites to specific participants:
Analyze: "Why are people abandoning my lead-capture concierge this week? Pull the drop-off conversations and summarize the top reasons."
Automate: "Whenever a conversation scores above 80 on trust, push it to HubSpot as a contact and ping #sales in Slack."
Authorization header to https://getperspective.ai/mcp..mcpb bundle is a thin stdio-to-HTTP proxy; it does not store or cache responses locally.npm install
npm run pack
Outputs perspective.mcpb in the current directory.
npm run release
Bumps version, commits, tags, and pushes. GitHub Action creates the release.
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"perspective-ai-mcp": {
"command": "npx",
"args": []
}
}
}pro tip
Just installed Perspective-AI/mcp? Say to Claude: "remember why I installed Perspective-AI/mcpand what I want to try" — it'll save into your Vault.