The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Perspective AI MCP listing page.
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.
What this MCP server does
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:
text
Design a Concierge that qualifies pricing-page leads by budget and timeline.
text
Why are people abandoning my lead-capture concierge this week?
text
Whenever a conversation scores above 80 on trust, push it to HubSpot and ping #sales in Slack.
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:
Code
https://getperspective.ai/mcp
Cursor (Marketplace - recommended)
Install the official Perspective AI plugin from the Cursor Marketplace:
Open Customize in the Cursor sidebar
Search for "Perspective AI" in the marketplace
Click Install
Complete the OAuth flow when prompted
The plugin includes the MCP server configuration and a skill that helps your AI assistant know when to use Perspective tools.
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.)
Other MCP clients
Stdio-only clients can use mcp-remote, which discovers OAuth metadata automatically:
"Design a Concierge that qualifies pricing-page leads by budget and timeline. Keep the tone warm, not salesy."
"Build an Interviewer for churn research. Find out why customers left, what alternatives they chose, and what would have kept them."
"Spin up an Evaluator for 30-day onboarding feedback. What's working and what's confusing?"
"Set up an Advocate for our refund policy. Listen first, then explain the process without sounding defensive."
Deploy & distribute. Embed on your site or send personalized invites to specific participants:
"Give me the popup embed snippet for my concierge and walk me through adding it to our pricing page in Next.js."
"Invite our 20 design partners to my beta-feedback perspective, and prefill each person's name and email."
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."
Security & data
OAuth: Tokens issued via OAuth are scoped to the workspace and tied to the connected client. Revoke anytime under Settings → Connected Apps.
Personal access tokens: PATs are tied to your Perspective AI account and authorize the server to act on your behalf within your workspaces. Generate, rotate, or revoke at getperspective.ai/settings/mcp.
Transport: All traffic is TLS-encrypted. Tokens are sent only in the Authorization header to https://getperspective.ai/mcp.
Data residency: Conversation data stays inside your Perspective AI workspace. The .mcpb bundle is a thin stdio-to-HTTP proxy; it does not store or cache responses locally.
Building from Source
Terminal
npm install
npm run pack
Outputs perspective.mcpb in the current directory.
Releasing
Terminal
npm run release
Bumps version, commits, tags, and pushes. GitHub Action creates the release.