Project MCP config does not seem to work

Status Fixed / completed
Maintainer reply None cached
Activity 5 comments · opened Jun 9, 2025 · closed Jun 9, 2025

Added this to .claude/settings.json inside the project dir:

{
  "mcpServers": {
    "puppeteer": {
      "command": "npx",
      "args": [
        "--yes",
        "--silent",
        "@modelcontextprotocol/server-puppeteer"
      ]
    }
  }
}

Yet, when I list them with claude mcp list, I get the following:

No MCP servers configured. Use claude mcp add to add a server.

Any ideas on how to make the project-scope MCPs work?

Thanks.

View original on GitHub ↗

This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗