Common Setup Issues
Git clone times out
Git clone times out
Native server postinstall errors
Native server postinstall errors
pnpm install are normal and can be ignored:Import resolution errors
Import resolution errors
Port conflicts
Port conflicts
- Main dev server: 5173-5174
- Extension dev server: 3000
- Native host: 12306
Extension Issues
Extension not detecting tools
Extension not detecting tools
- Ensure the extension is installed and enabled
- Refresh the page after starting your MCP server
- Check the extension popup “Tools” tab
- Look for console errors in browser DevTools
Tools not working
Tools not working
Extension and dev build conflict
Extension and dev build conflict
- Disable one version to avoid port conflicts
- Go to
chrome://extensions/ - Toggle off the version you’re not using
- Reload your tabs
Development Issues
Building from source fails
Building from source fails
Hot reload not working
Hot reload not working
./apps/extension/.output/chrome-mv3TypeScript errors
TypeScript errors
Native Server Issues
Native server won't start
Native server won't start
Claude/Cursor can't connect
Claude/Cursor can't connect
- Native server is running:
@mcp-b/native-server - Extension is active and connected
- Correct config in MCP client:
Custom extension ID issues
Custom extension ID issues
Tool-Specific Issues
Tools not appearing in extension
Tools not appearing in extension
- Registration timing: Ensure
@mcp-b/globalis imported - Syntax errors: Check browser console for JavaScript errors
- Tool registration: Verify tools are properly registered
Tool calls failing
Tool calls failing
Authentication issues
Authentication issues
Performance Issues
Too many tools slowing down page
Too many tools slowing down page
Memory leaks
Memory leaks
Getting Help
If you’re still experiencing issues:Check the documentation
Search existing issues
Join the community
Create an issue
- Steps to reproduce
- Expected vs actual behavior
- Browser and extension versions
- Console errors
