Skip to content

MCP Configuration is not working #216

@ashfaq92

Description

@ashfaq92

Thanks for the package. I am having issues with MCP. It still says that the No servers added even though my /home/user_name/.config/Claude/claude_desktop_config.json file has:

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/home/yourusername/Desktop",
        "/home/yourusername/Downloads"
      ]
    },
     "wot": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "http://localhost:3000/mcp",
        "--allow-http"
      ]
    }
  }
}

Please see the image below:
Image

Specs:
Description: Ubuntu 24.04.3 LTS
Release: 24.04
Codename: noble

Metadata

Metadata

Assignees

No one assigned

    Labels

    mcpRelated to MCP servers/pluginsneeds reproductionCannot reproduce, needs more infoupstreamIssue in Claude Desktop itself

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions