Claude Desktop
- Deploy your MCP server to Heroku and note the manifest URL (
https://your-app.herokuapp.com/.well-known/mcp.json). - Open the Claude Desktop config file:
- macOS:
~/Library/Application Support/Claude/resources/claude_desktop_config.json - Windows:
%AppData%\\Claude\\resources\\claude_desktop_config.json
- macOS:
- Add an entry under
mcpServers:
- Restart Claude Desktop. Your tools appear in the MCP panel when you start a new chat.
Claude.ai / Workbench
- Upload the manifest in Settings → Tools & Integrations → Model Context Protocol.
- Alternatively, attach MCP servers when running the Anthropic Agents API:
Tips
- Use prompt caching for large system prompts—Anthropic supports caching per-tool.
- Track tool usage via Heroku logs to understand invocation frequency and errors.
- Combine with the MCP integration cookbook for end-to-end deployment patterns.