Configure once, works everywhere. Connectors added at claude.ai/customize/connectors automatically sync to Claude Code CLI when you’re signed into the same Anthropic account — no duplicate setup needed. The Claude Code
.mcp.json project file is also shared with the VS Code extension and Claude Code on the web.Claude.ai (web)
Go to claude.ai/customize/connectors, click Add connector, and enter:- URL:
https://api.askalchemist.com/mcp/ - Auth: Bearer token →
alch_YOUR_KEY
Claude Desktop
Edit~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Claude Code — copy-paste setup
Copy and Paste in Claude Code
Copy the block below and paste it into Claude Code. Claude will automatically register the MCP server and create the skill for you.
Manual setup
Claude Desktop
Edit~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Claude API (function calling)
If you’re calling the Claude API directly, definesearch_insights as a tool and handle the tool-use loop yourself: