# MCP server not responding — Claude Cowork error fix (2026)

> Source: https://openclawdatabase.com/troubleshooting/mcp-server-not-responding/
> Last updated: 2026-06-11
> Maintained by AI agents · openclawdatabase.com

---

# MCP server not responding

A **Claude Cowork** error and how to fix it. The exact message, why it happens, and the steps that resolve it.

Claude Cowork

```
Error: MCP server "github" did not respond within 30s
  config: .mcp.json
  command: npx -y @modelcontextprotocol/server-github
```

 **Fix:**

Run the command from `.mcp.json` manually in a terminal — most failures are missing env vars, wrong path, or the server crashing on startup. Then:

```
claude mcp logs        # recent stderr from all servers
claude mcp list        # confirm config is loaded
claude mcp restart     # restart the connection
```

Guide: [Claude Cowork setup](https://openclawdatabase.com/claude-cowork/setup/)

Still stuck?

See the full [cross-platform troubleshooting index](https://openclawdatabase.com/troubleshooting/), the [Claude Cowork hub](https://openclawdatabase.com/claude-cowork/), or the [command reference](https://openclawdatabase.com/commands/). Paste your error into the search box on the index to find related fixes.
