The Spiky MCP (Model Context Protocol) connector lets you connect Claude — Anthropic's AI assistant — directly to your Spiky workspace. Once connected, you can ask Claude natural language questions about your meetings: find recordings, read transcripts, get summaries, and pull action items without opening the Spiky app.
Requirements
Before setting up the MCP connector, make sure you have:
A Spiky.ai account on the Business or Enterprise plan
Admin or Super Admin role in your Spiky workspace (unless your admin has opened access to all users)
Access to Claude via claude.ai, the Claude desktop app, or Claude Code
Who Can Connect
By default, only workspace admins (Admin or Super Admin role) can connect the MCP connector. If you want to allow all users to connect, a Super Admin can change this in Settings → Organization → Permissions → MCP Access → Everyone.
Connection Details
Use these values when setting up the connector in any Claude client:
Server URL:
https://backend-api.spiky.ai/mcpClient ID:
spiky-mcpClient Secret:
BKO5SSZS4oVQttedFzLPL3p4AmAQPKrK
Setup Instructions
Option A: Claude.ai (Web)
Click Add connector
Enter the Server URL above and follow the OAuth prompts to authorize
Once connected, start a new conversation and ask Claude about your Spiky meetings
Option B: Claude Desktop App
Open the Claude desktop app
Go to Settings → Connectors
Click Add MCP Server
Enter the Server URL, Client ID, and Client Secret above
Authorize when prompted
Option C: Claude Code (CLI)
Run the following command in your terminal:
claude mcp add --transport http spiky https://backend-api.spiky.ai/mcp
Claude Code will prompt you to authenticate with your Spiky credentials.
What You Can Do
The Spiky MCP connector is read-only. Once connected, you can ask Claude to:
Find meetings — Search by participant, date range, or keyword
Read transcripts — Get the full text of any meeting
Get summaries — Ask for a brief recap of what was discussed
Pull action items — List the follow-ups identified from a meeting
Example prompts you can try:
"What were the key takeaways from my last sales call?"
"Find all meetings with Acme Corp from last month"
"What action items came out of yesterday's team standup?"
"Summarize the demo I had on Monday"
Troubleshooting
"Admins only" error — Your workspace has MCP access restricted to admins. Ask your Super Admin to enable access for all users in Settings → Organization → Permissions → MCP Access, or have an admin connect on your behalf.
Plan restriction error — The MCP connector requires a Business or Enterprise plan. Contact your Spiky account team to upgrade.
"Invalid client" error — Double-check that you entered the Client ID and Client Secret exactly as shown above, with no extra spaces.
