Prerequisites
- Claude Desktop installed
- An Orchata account
Quick Setup
The easiest way to connect Orchata to Claude Desktop is through the built-in Connectors feature.1
Open Claude Settings
Open Claude Desktop and navigate to Settings → Connectors.
2
Add Custom Connector
Click Add custom connector and enter the following:
- Name:
Orchata(or any name you prefer) - Remote MCP server URL:
https://api.orchata.ai/mcp
3
Connect with OAuth
Click Connect next to the Orchata connector. You’ll be redirected to sign in to your Orchata account and authorize the connection.Once authorized, you’ll be redirected back to Claude Desktop and the connector will show as Connected.
Verifying the Connection
After connecting, you can verify everything is working by asking Claude:“What Orchata tools do you have access to?”Claude should list the available MCP tools from Orchata.
Using Orchata with Claude
Example Conversations
Searching your knowledge base:You: “Search my Orchata knowledge base for information about API authentication” Claude: uses smart_query or query_spaces to find relevant contentUploading documents:
You: “Here’s a new article about our pricing. Please upload it to the ‘Marketing Content’ space in Orchata:Managing spaces:Pricing Guide
Our product starts at $99/month…” Claude: uses upload_document to add the content
You: “Create a new Orchata space called ‘Customer Support’ for our support documentation” Claude: uses create_space to create the space
Available Tools
Claude has access to all 12 Orchata MCP tools: Space Management:list_spaces,create_space,get_space,update_space,delete_space
list_documents,upload_document,get_document,update_document,delete_document
query_spaces,smart_query
Advanced Setup
If you prefer to configure the MCP server manually via the configuration file (e.g., for local development), follow these steps.Configuration File Setup
1
Locate Configuration File
Find or create your Claude Desktop configuration file:Or create it:
- macOS
- Windows
- Linux
2
Add Orchata Configuration
Add the Orchata MCP server to your configuration:
The
mcp-remote package handles OAuth authentication automatically. You’ll be prompted to sign in when first connecting.3
Restart Claude Desktop
Quit Claude Desktop completely and reopen it. The Orchata tools should now be available.
Multiple MCP Servers
You can use Orchata alongside other MCP servers:Local Development
For local development with the Orchata MCP server:Troubleshooting
Connector not showing as Connected
Connector not showing as Connected
- Try disconnecting and reconnecting the connector
- Ensure you completed the OAuth authorization flow
- Check that you have an active Orchata account
- Restart Claude Desktop and try again
Claude doesn't show Orchata tools
Claude doesn't show Orchata tools
- Verify the connector shows as “Connected” in Settings → Connectors
- If using config file: verify it exists in the correct location and has valid JSON syntax
- Ensure you completely quit and reopened Claude (not just closed the window)
- Check Claude’s logs for MCP connection errors
Authentication errors
Authentication errors
- Try disconnecting and reconnecting
- Clear your browser cache and try the OAuth flow again
- Ensure you have an active Orchata account
- Check that your account has access to the workspace
Finding Claude's logs
Finding Claude's logs
- macOS
- Windows