Skip to content

docs: add Claude Desktop setup and troubleshooting page for Apify MCP#2371

Open
marcel-rbro wants to merge 5 commits intomasterfrom
docs/claude-desktop-mcp-setup
Open

docs: add Claude Desktop setup and troubleshooting page for Apify MCP#2371
marcel-rbro wants to merge 5 commits intomasterfrom
docs/claude-desktop-mcp-setup

Conversation

@marcel-rbro
Copy link
Copy Markdown
Contributor

Summary

  • Add a dedicated Claude Desktop integration page covering three setup methods (one-click .mcpb, remote server with OAuth/Bearer token, local stdio)
  • Include troubleshooting for common issues: tools not loading, "Unable to connect" errors, corrupted npx cache, authentication errors, and log locations per OS
  • Document known limitations (connector directory, cowork mode, transport inconsistencies)
  • Add cross-references from the main MCP page to the new page

Closes #2368

Test plan

  • Verify page renders at /integrations/claude-desktop
  • Confirm sidebar shows "Claude Desktop" right after "MCP"
  • Check all internal cross-links work in both directions
  • Verify npm run build passes with no broken links
  • Review content against Apify style guide

🤖 Generated with Claude Code

Add a dedicated page for Claude Desktop users covering three setup
methods (one-click .mcpb, remote server, local stdio), troubleshooting
common issues, and known limitations. Cross-reference from the main
MCP page.

Closes #2368

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions github-actions bot added the t-docs Issues owned by technical writing team. label Mar 25, 2026
marcel-rbro and others added 2 commits March 25, 2026 17:02
…sktop content

Move mcp.md, chatgpt.md, and claude-desktop.md into a mcp/ subdirectory
so client-specific pages appear as children of the MCP server page.
Fix relative image paths after the move.

Refine Claude Desktop troubleshooting based on related issues
(apify/apify-mcp-server#551, #560, #592, #599):
- Expand connector directory warning (affects all OSes)
- Add mcp-remote config with --header auth syntax
- Add "Unable to connect" section with uninstall/reinstall fix
- Note that server may communicate successfully while Claude shows error

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Expand front matter description to 140-160 char range
- Fix gerund heading (Tools not loading -> Tools fail to load)
- Add intro text to troubleshooting subsections
- Restore bold lead-ins to match codebase convention
- Add anchor links to setup method list
- Shorten connector directory admonition with link to troubleshooting
- Remove mcp-remote section

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@marcel-rbro marcel-rbro requested a review from jirispilka March 26, 2026 15:15
@marcel-rbro marcel-rbro marked this pull request as ready for review March 26, 2026 15:15
@marcel-rbro marcel-rbro requested a review from TC-MO as a code owner March 26, 2026 15:15
Copy link
Copy Markdown
Contributor

@jirispilka jirispilka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the prompt response and this document!

I've a couple of suggestions. Definitely we need to change the preference of servers, remote server is strongly recommended whenever possible.


Choose one of the following methods, from simplest to most flexible:

- [One-click installation](#one-click-installation-recommended) with the `.mcpb` file (recommended)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can find the Apify extension in your claude.ai -> connectors -> Browse connector

Image

- [Remote server configuration](#remote-server-manual-configuration) (no local dependencies)
- [Local stdio server](#local-stdio-server) (development, testing, or offline access)

### One-click installation (recommended)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to make sure, this should be changed. Users should navigate to claude -> connectors


## Known limitations

- The Claude Desktop connector directory may not install Apify correctly. Use the [`.mcpb` file](#one-click-installation-recommended) or [manual configuration](#remote-server-manual-configuration) instead.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it fails install fails -> use remote server at mcp.apify.com (always preffered)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t-docs Issues owned by technical writing team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: Add Anthropic Claude Desktop setup & troubleshooting page for Apify MCP

3 participants