Skip to main content
Setup Guide

Set Up the Quikturn MCP Server for Claude

Connect Claude to 17M+ company logos in under 5 minutes. Works with Claude Desktop and Claude Web.

By the Quikturn Team · April 2026 · 3 min read

Prerequisites

A Quikturn account (free tier works)
A server API key from your Quikturn dashboard (starts with sk_)
Claude Desktop or a Claude Pro/Team plan for Claude Web MCP support

Claude Desktop Setup

1

Open MCP Settings

In Claude Desktop, go to Settings → MCP Servers → Add Server.

2

Add the Quikturn configuration

Paste this JSON into the server configuration:

claude_desktop_config.json
{
  "mcpServers": {
    "quikturn": {
      "url": "https://logos.getquikturn.io/mcp",
      "headers": {
        "Authorization": "Bearer sk_YOUR_API_KEY"
      }
    }
  }
}

Replace sk_YOUR_API_KEY with your actual server API key from the Quikturn dashboard.

3

Restart Claude Desktop

Quit and reopen Claude Desktop for the new MCP server to take effect.

4

Verify

"What MCP tools do you have access to?"

Claude should list Quikturn's logo tools.

Claude Web Setup

1

Open Integrations

Go to claude.aiSettings → Integrations → Add MCP Server.

2

Enter server details

URL:https://logos.getquikturn.io/mcp
API Key:sk_YOUR_API_KEY
3

Verify

Start a new conversation and ask Claude what MCP tools are available. Quikturn logo tools should appear.

Available Tools

Once connected, Claude has access to these Quikturn tools:

Search logos

Find logos by company name, domain, or stock ticker.

Retrieve logo

Get a specific logo as PNG, SVG, or base64 data.

Browse variants

See all available versions: full logo, icon, dark mode, light mode.

Troubleshooting

API key not accepted

Make sure you're using a server key (starts with sk_), not a client key. Generate one from your dashboard under API Keys.

Server not appearing in Claude

Restart Claude Desktop after adding the config. On Claude Web, refresh the page after adding the integration.

Claude doesn't use logos automatically

Ask Claude to "use the Quikturn MCP server to find logos" in your first prompt. After that, it will use them automatically in future conversations.

Connection timeout errors

Check that your API key is active and your plan includes MCP access (Launch, Growth, or Enterprise).

Ready to use it?

Now that your MCP server is connected, see how to build decks with real logos.

Quikturn MCP Server Setup for Claude Desktop and Claude Web

Step-by-step instructions for connecting the Quikturn MCP server to Claude Desktop and Claude Web (claude.ai). The Quikturn MCP server uses the standard Model Context Protocol over Streamable HTTP. Authentication requires a Quikturn server API key (sk_ prefix). Once connected, Claude can search for company logos by name, domain, or ticker and retrieve them in PNG, SVG, or base64 format.

Claude Desktop MCP Configuration

Add the Quikturn MCP server to Claude Desktop by editing the claude_desktop_config.json file or using the Settings UI. The server URL is https://logos.getquikturn.io/mcp and requires a Bearer token authorization header with your sk_ API key.

Claude Web MCP Integration

Add the Quikturn MCP server to Claude Web via the Settings page under Integrations. Enter the server URL and API key to enable logo search and retrieval in browser-based Claude conversations.