Adding MCP servers to Claude Code

Anthropic’s Documentation: https://docs.anthropic.com/en/docs/claude-code/mcp

Handy command:

If you have already added MCPs on Claude Desktop app, then you can use this command to import some/all of these MCPs from Claude Desktop to Claude Code:

claude mcp add-from-claude-desktop

Importing MCPs one-by-one

browsermcp.io MCP

claude mcp add browsermcp.io npx @browsermcp/mcp@latest

Sequential Thinking MCP

claude mcp add sequential-thinking npx @modelcontextprotocol/server-sequential-thinking

Filesystem MCP

claude mcp add filesystem npx @modelcontextprotocol/server-filesystem <FULL_PATH_TO_FOLDER>

Mobile MCP (Not tested by me yet)

Install on mac to control android https://github.com/mobile-next/mobile-mcp

claude mcp add mobile -- npx -y @mobilenext/mobile-mcp@latest

Related post