Skip to content

MCP Server Stack

Five MCP servers power every project. These are installed automatically when you run the setup command. You should not need to install them manually.

Browser automation is handled by @playwright/cli, which runs as a CLI tool via shell commands — it is not an MCP server and does not appear in .mcp.json.

If a server is missing or needs to be re-added, use the manual install commands below.

ServerRoleScope
Dev MCPArchitecture rules, build workflows, skills system, project memoryProject
Figma DesktopReads design data — layout, colours, typography, components, screenshotsUser or Project
Shopify Dev MCPSearch Shopify docs, explore API schemas, get up-to-date answersUser or Project
GitHubBranches, commits, pull requests, version controlUser or Project
Context7Latest documentation for libraries and frameworksProject
Serena MCPSemantic code understanding via LSP. Symbol-level navigation and editingProject

If a server didn’t install automatically, use the corresponding command:

Dev MCP — configured via .mcp.json (auto-generated by setup)

Figma Desktop:

Terminal window
claude mcp add --transport http figma-desktop http://127.0.0.1:3845/mcp

Shopify Dev MCP:

Terminal window
claude mcp add --transport stdio shopify-dev-mcp -- npx -y @shopify/dev-mcp@latest

GitHub:

Terminal window
claude mcp add github --transport http https://api.githubcopilot.com/mcp/

Context7:

Terminal window
claude mcp add context7 -- npx -y @upstash/context7-mcp --api-key YOUR_API_KEY

Serena MCP:

Terminal window
claude mcp add serena -- uvx --from git+https://github.com/oraios/serena serena start-mcp-server --context=claude-code --project "$(pwd)"
Terminal window
claude mcp list

If any server shows as disconnected, try the manual install command, then run claude mcp list again to confirm.