[BUG] Claude Desktop v1.1.5368: Unable to add HTTP-type MCP server
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Hi team, I have been having this issue for 2 days. I have upgraded the Claude desktop to latest version on mac, but I am still unable to add & use http based MCPs.
I have updated the claude desktop to latest version & then changed claude_desktop_config.json & then I received this error:
There was an error reading or parsing claude_desktop_config.json: [{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"mcpServers",
"elementor-mcp",
"command"
],
"message": "Required"
}]
Previously it was directly crashing. (v1.1.4*)
Currently it first shows the warning/error & then opens, but then automatically removed the added mcp from config. (v1.1.5368)
Platform: Macos
App: Claude Desktop
Previous version I was using: v1.1.4*
Current version I am using: Claude 1.1.5368 (d12d02) 2026-03-05T17:29:33.000Z
Image
<img width="274" height="399" alt="image" src="https://github.com/user-attachments/assets/3441cfea-02f8-4213-8cff-48350d6bb6cc" />
What Should Happen?
I should be able to add http type MCP servers & use them.
Error Messages/Logs
Steps to Reproduce
- Update claude desktop to latest version (v1.1.5368)
- change the
claude_desktop_config.jsonto this:
{
"preferences": {
"coworkWebSearchEnabled": true,
"coworkScheduledTasksEnabled": false,
"ccdScheduledTasksEnabled": false
},
"mcpServers": {
"elementor-mcp": {
"type": "http",
"url": "http://localhost:10033/wp-json/mcp/elementor-mcp-server",
"headers": {
"Authorization": "Basic some-secret"
}
}
}
}
- Re-Open Claude Desktop.
Claude Model
None
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
-
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗