Skip to content

DOC-2090 Fix Claude Desktop MCP connection configuration#164

Open
JakeSCahill wants to merge 5 commits intomainfrom
fix-claude-desktop-mcp-config
Open

DOC-2090 Fix Claude Desktop MCP connection configuration#164
JakeSCahill wants to merge 5 commits intomainfrom
fix-claude-desktop-mcp-config

Conversation

@JakeSCahill
Copy link
Copy Markdown
Contributor

@JakeSCahill JakeSCahill commented Apr 8, 2026

Summary

Fixes https://redpandadata.atlassian.net/browse/DOC-2090

Fixes the Claude Desktop configuration for connecting to the Redpanda documentation MCP server.

The previous configuration used "type": "http" which Claude Desktop does not support, causing "invalid MCP server config entries" errors. Claude Desktop only supports stdio and sse transports.

Changes

  • Added two methods for connecting:
    • Method 1: Connectors interface (requires Pro/Max/Team/Enterprise plan)
    • Method 2: Configuration file using mcp-remote bridge (works for all plans)
  • Clarified plan requirements and platform compatibility
  • Applied docs team style standards (active voice, reduced bold, improved formatting)
  • Replaced 'via' with 'using' per Google style guide

Testing

Verified that the mcp-remote configuration works on macOS as reported by Michele.

The previous configuration used "type": "http" which Claude Desktop
does not support. Claude Desktop only supports stdio and sse transports.

Updated to use mcp-remote bridge as the working solution for macOS and
Windows. Added Connectors method as the recommended approach for Linux
users, as the config file method is not supported on that platform.

This fixes the "invalid MCP server config entries" error users were
experiencing when trying to connect to the Redpanda docs MCP server.
Add clarity that Connectors method requires Pro/Max/Team/Enterprise plan,
while config file method works for all plans including free tier.

Also note that remote servers in config file may not work on all
platforms, which is why the Connectors method is the more reliable
option for paid plans.
Apply style guide improvements:
- Use active voice
- Reduce overuse of bold formatting
- Format platform paths as bulleted list
- Add context for code blocks
- Standardize plan naming with 'or' instead of '/'
- Split long explanatory sentences
- Add periods to list items for consistency
- Improve IMPORTANT note clarity
Per Google Developer Documentation Style Guide (which Redpanda follows),
avoid using 'via' and prefer clearer alternatives like 'using'.
@JakeSCahill JakeSCahill requested a review from a team as a code owner April 8, 2026 16:19
@netlify
Copy link
Copy Markdown

netlify bot commented Apr 8, 2026

Deploy Preview for redpanda-documentation ready!

Name Link
🔨 Latest commit ddbb4db
🔍 Latest deploy log https://app.netlify.com/projects/redpanda-documentation/deploys/69d68235aa91fd0008a40984
😎 Deploy Preview https://deploy-preview-164--redpanda-documentation.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 92 (🟢 up 15 from production)
Accessibility: 96 (no change from production)
Best Practices: 100 (no change from production)
SEO: 83 (🔴 down 9 from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@JakeSCahill JakeSCahill changed the title Fix Claude Desktop MCP connection configuration DOC-2090 Fix Claude Desktop MCP connection configuration Apr 8, 2026
Add Claude Code tab with CLI command for adding the MCP server.
Uses mcp-remote bridge like Claude Desktop to connect to the HTTP
endpoint. Includes verification command and documentation link.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants