Skip to content

Add MCP setup docs (DeepWiki, Playwright, Figma Desktop)#7

Merged
congmnguyen merged 1 commit into
mainfrom
add-mcp-setup-docs
Mar 6, 2026
Merged

Add MCP setup docs (DeepWiki, Playwright, Figma Desktop)#7
congmnguyen merged 1 commit into
mainfrom
add-mcp-setup-docs

Conversation

@congmnguyen
Copy link
Copy Markdown
Owner

Summary

  • Adds mcp-setup.md documenting install commands, use cases, example prompts, and troubleshooting for three MCP servers: DeepWiki, Playwright, and Figma Desktop
  • Updates README.md and CLAUDE.md tables to reference the new file

Test plan

  • Verify mcp-setup.md renders correctly on GitHub
  • Confirm install commands match what was used in practice

Documents install commands, use cases, example prompts, and troubleshooting
for the three most useful MCP servers. Updates README and CLAUDE.md tables.
Copilot AI review requested due to automatic review settings March 6, 2026 03:51
@congmnguyen congmnguyen merged commit 00181eb into main Mar 6, 2026
3 checks passed
@congmnguyen congmnguyen deleted the add-mcp-setup-docs branch March 6, 2026 03:52
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md covering DeepWiki, Playwright, and Figma Desktop MCP setup + troubleshooting.
  • Link the new doc from the tables in README.md and CLAUDE.md.
  • Adjust CLAUDE.md “Set This Up” instruction to be count-agnostic (“Read all *.md files”).

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.

Comment thread mcp-setup.md
### Install

```bash
claude mcp add --transport http figma-desktop http://127.0.0.1:3845/mcp
Copy link

Copilot AI Mar 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Suggested change
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

Copilot uses AI. Check for mistakes.
Comment thread mcp-setup.md
Comment on lines +17 to +21
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.
Copy link

Copilot AI Mar 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants