Connect Koji to Claude (Setup Guide)
Step-by-step guide to connect your Koji account to Claude Desktop, Claude.ai, Cursor, and other MCP clients. Takes under 2 minutes with OAuth — no API keys required.
Prerequisites
Before you start, make sure you have:
- A Koji account — Sign up free if you do not have one
- Claude Desktop (recommended) or another MCP-compatible client
- An active internet connection — OAuth requires connecting to koji.so
Option 1: Connect via Claude Desktop (Recommended)
Claude Desktop has built-in MCP support. Here is how to connect:
Step 1: Open Claude Desktop Settings
- Open Claude Desktop
- Click your profile icon in the bottom left
- Select Settings → Integrations (or Developer → MCP Servers on older versions)
Step 2: Add Koji as an MCP Server
Click "Add MCP Server" or "Edit Config" and add the following configuration:
{
"mcpServers": {
"koji": {
"url": "https://www.koji.so/api/mcp/sse"
}
}
}
That is the entire configuration. No API keys, no environment variables.
Step 3: Authorize Your Account
- Save the configuration and restart Claude Desktop
- Claude will show a Koji connection prompt
- Click Connect — this opens your browser
- Sign into your Koji account (if not already signed in)
- Click Authorize to grant Claude access
- You will be redirected back — the connection is now active
Step 4: Verify the Connection
In a new Claude conversation, type:
"List my Koji studies"
If you see your studies (or a message that you have no studies yet), the connection is working.
Option 2: Connect via Claude.ai (Browser)
Claude.ai supports MCP integrations through its web interface:
- Go to claude.ai
- Navigate to Settings → Integrations
- Search for Koji or add a custom MCP server
- Enter the server URL:
https://www.koji.so/api/mcp/sse - Complete the OAuth authorization flow
- Start using Koji tools in any conversation
Option 3: Connect via Cursor
Cursor supports MCP servers for AI-assisted development:
- Open Cursor Settings (⌘ + , on Mac)
- Go to MCP Servers
- Click Add Server
- Enter:
- Name: Koji
- URL:
https://www.koji.so/api/mcp/sse
- Save and authorize when prompted
Option 4: Connect via Any MCP Client
For any client that supports the Model Context Protocol:
- Server URL:
https://www.koji.so/api/mcp/sse - Transport: Streamable HTTP (SSE)
- Authentication: OAuth 2.1 with PKCE (auto-discovered via
/.well-known/oauth-authorization-server) - Scopes:
read:studies,read:interviews,read:account
The server supports OAuth 2.0 Authorization Server Discovery (RFC 8414) and Dynamic Client Registration (RFC 7591), so compatible clients will auto-configure.
Troubleshooting
"Authentication required" errors
Your OAuth token may have expired. Most MCP clients auto-refresh, but if not:
- Remove the Koji server from your client
- Re-add it and re-authorize
Connection timeout
Make sure you can reach https://www.koji.so in your browser. If you are behind a corporate firewall, you may need to allowlist the domain.
"Study not found" errors
MCP only shows studies owned by the authenticated account. Make sure you are signed into the correct Koji account.
Claude does not show Koji tools
- Verify the server URL is exactly
https://www.koji.so/api/mcp/sse - Restart Claude Desktop after adding the configuration
- Check that the OAuth authorization completed successfully
What to Try First
Once connected, try these commands to explore your account:
"What studies do I have in Koji?"
"Show me my account details and plan"
"Create a new customer discovery study about why enterprise users need single sign-on"
"Get the latest interviews from my most recent study"
Disconnecting
To revoke Koji's access:
- Go to your Koji account settings
- Find the Connected Apps section
- Click Revoke next to the Claude connection
This immediately invalidates all tokens. You can reconnect at any time by repeating the setup process.
Next Steps
- Tool Reference — Learn what each of the 17 tools does
- Product Manager Workflow — End-to-end guide for PMs
- Best Practices — Tips for getting the most out of MCP
Related Articles
Koji MCP Integration Overview
Connect Koji to Claude, Cursor, and other AI assistants using the Model Context Protocol (MCP). Manage your entire research workflow conversationally — create studies, run interviews, analyze data, and generate reports without leaving your AI assistant.
MCP Tool Reference — All 17 Tools
Complete reference for all 17 Koji MCP tools. Includes parameters, return data, plan requirements, and example prompts for each tool across read, create, analyze, customize, and distribute categories.
MCP Workflow Guide for Product Managers
End-to-end guide for product managers using Koji MCP with Claude to automate customer discovery, validate hypotheses, and generate stakeholder-ready research reports — all from a single conversation.
MCP Best Practices — Getting the Most from Koji + Claude
Tips, patterns, and anti-patterns for using Koji MCP effectively. Learn how to write better prompts, choose methodologies, manage token budgets, and build efficient research workflows with AI.
MCP Authentication & Security
How Koji MCP authenticates with OAuth 2.1 and PKCE. Covers the authorization flow, token lifecycle, security model, data privacy, and how to revoke access.
MCP Workflow Guide for UX Researchers
How UX researchers use Koji MCP with Claude to scale qualitative research. Manage multiple studies, analyze transcripts across projects, generate themed reports, and maintain a living research repository.