Skip to main content
This guide shows you how to install the MCP servers used for browser automation and documentation access.

Chrome DevTools MCP

claude mcp add chrome-devtools npx @mcp-b/chrome-devtools-mcp@latest

Char Docs

claude mcp add --transport http "Char Docs" "https://docs.meetchar.ai/mcp"

WebMCP Docs

claude mcp add --transport http "WebMCP Docs" "https://docs.mcp-b.ai/mcp"

Verify installation

Restart Claude Code, then run:
/mcp
Confirm you see chrome-devtools, Char Docs, and WebMCP Docs in the list.

Troubleshooting

MCP not appearing

Restart Claude Code to reload MCPs.

Chrome not connecting

  1. Open Chrome
  2. Go to chrome://extensions
  3. Confirm the MCP-B extension is enabled
  4. Restart Claude Code

Permission errors

Install globally:
npm install -g @mcp-b/chrome-devtools-mcp
claude mcp add chrome-devtools chrome-devtools-mcp

Next step

Set Up Char with Claude Code

Run /char-setup to configure the widget

See also