Project MCP config does not seem to work

Resolved 💬 5 comments Opened Jun 9, 2025 by moltar 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 ↗