Add MCP setup docs (DeepWiki, Playwright, Figma Desktop)#7
Conversation
Documents install commands, use cases, example prompts, and troubleshooting for the three most useful MCP servers. Updates README and CLAUDE.md tables.
There was a problem hiding this comment.
Pull request overview
Adds a new documentation page describing how to install and use common MCP servers with Claude Code, and links it from the repo’s primary entry points.
Changes:
- Add
mcp-setup.mdcovering DeepWiki, Playwright, and Figma Desktop MCP setup + troubleshooting. - Link the new doc from the tables in
README.mdandCLAUDE.md. - Adjust
CLAUDE.md“Set This Up” instruction to be count-agnostic (“Read all*.mdfiles”).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
mcp-setup.md |
New MCP setup guide for DeepWiki/Playwright/Figma Desktop + troubleshooting |
README.md |
Adds mcp-setup.md to the “What’s included” table |
CLAUDE.md |
Adds mcp-setup.md to “The Fixes” table; updates “Set This Up” wording |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
| ### Install | ||
|
|
||
| ```bash | ||
| claude mcp add --transport http figma-desktop http://127.0.0.1:3845/mcp |
There was a problem hiding this comment.
The Figma Desktop install command uses --transport http, while the DeepWiki section uses -t http. To keep the doc consistent and reduce copy/paste errors, align this command’s flags with the rest of the page (or note the alias explicitly).
| claude mcp add --transport http figma-desktop http://127.0.0.1:3845/mcp | |
| claude mcp add -t http figma-desktop http://127.0.0.1:3845/mcp |
| claude mcp add -s user -t http deepwiki https://mcp.deepwiki.com/mcp | ||
| ``` | ||
|
|
||
| `-s user` installs it globally (not just for this project). `-t http` uses the hosted | ||
| HTTP transport — no local process needed. |
There was a problem hiding this comment.
The install commands use different flag styles for the transport option (-t http for DeepWiki vs --transport http for Figma Desktop). Even if both work, this inconsistency is confusing in a setup doc; please standardize on one form and (if both are valid) mention the equivalent flag name once to avoid ambiguity.
Summary
mcp-setup.mddocumenting install commands, use cases, example prompts, and troubleshooting for three MCP servers: DeepWiki, Playwright, and Figma DesktopREADME.mdandCLAUDE.mdtables to reference the new fileTest plan
mcp-setup.mdrenders correctly on GitHub