Add Seam MCP Server documentation page#1053
Conversation
Add a dedicated setup guide for the Seam MCP server under Developer Tools with one-click Cursor deeplink, tabbed config for all major MCP clients (Claude Code, Cursor, Windsurf, VS Code, Claude Desktop), and a callout on the Quick Start page directing AI-assisted developers to the MCP server. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 34b85c5fc3
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| 1. Open Claude Desktop | ||
| 2. Go to **Settings** → **Connectors** | ||
| 3. Click **Add Connector** | ||
| 4. Enter: `https://mcp.seam.co/mcp` |
There was a problem hiding this comment.
Document Claude Desktop's paid-plan prerequisite
Anthropic's "Getting Started with Custom Connectors Using Remote MCP" help article says remote MCP connectors in Claude Desktop are only available on Pro, Max, Team, and Enterprise. Presenting Settings → Connectors → Add Connector as the default flow here means free-plan Claude Desktop users can follow these steps exactly and still never get a working setup, even though they need the local mcp-remote fallback below instead.
Useful? React with 👍 / 👎.
| "command": "npx", | ||
| "args": ["-y", "mcp-remote", "https://mcp.seam.co/mcp"] |
There was a problem hiding this comment.
Wrap
npx for Claude Desktop on native Windows
This config is also presented for Windows (%APPDATA%\Claude\claude_desktop_config.json), but Anthropic's MCP docs note that native Windows cannot execute npx directly for local MCP servers and requires a cmd /c ... wrapper or the connection closes immediately. As written, Windows users who copy the fallback JSON will get a startup failure instead of a working Seam server.
Useful? React with 👍 / 👎.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- ChatGPT: correct UI path to Settings > Apps & Connectors > Advanced settings - Claude Desktop: fix button text to "Add custom connector", remove unsupported mcp-remote JSON config fallback Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Summary
docs/developer-tools/seam-mcp.md) with setup instructions for all major MCP clientsTest plan
🤖 Generated with Claude Code