Skip to main content

Connect Claude to Spiky — MCP Connector

Learn how to connect Claude to Spiky using the MCP connector to query your meeting data using natural language.

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/mcp

  • Client ID: spiky-mcp

  • Client Secret: BKO5SSZS4oVQttedFzLPL3p4AmAQPKrK

Setup Instructions

Option A: Claude.ai (Web)

  1. Click Add connector

  2. Enter the Server URL above and follow the OAuth prompts to authorize

  3. Once connected, start a new conversation and ask Claude about your Spiky meetings

Option B: Claude Desktop App

  1. Open the Claude desktop app

  2. Go to Settings → Connectors

  3. Click Add MCP Server

  4. Enter the Server URL, Client ID, and Client Secret above

  5. 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.

Did this answer your question?