Skip to content

Instantly share code, notes, and snippets.

@db-pj
Created January 13, 2026 20:16
Show Gist options
  • Select an option

  • Save db-pj/ecaa3ec05f48bdd8d7c409aec3ffe5ae to your computer and use it in GitHub Desktop.

Select an option

Save db-pj/ecaa3ec05f48bdd8d7c409aec3ffe5ae to your computer and use it in GitHub Desktop.
{
"mcpServers": {
"mysql": {
"command": "npx",
"args": [
"-y",
"@berthojoris/mcp-mysql-server",
"mysql://claude_readonly:claude_read_pass@127.0.0.1:3306/{DATABASE_NAME}"
]
},
"playwright": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest"
]
},
"figma": {
"command": "npx",
"args": [
"-y",
"@thirdstrandstudio/mcp-figma"
],
"env": {
"FIGMA_API_KEY": "{FIGMA_API_KEY}"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment