io.github.opjhabuilds/designpin-mcp-server MCP Server
io.github.opjhabuilds/designpin-mcp-server
What is the io.github.opjhabuilds/designpin-mcp-server MCP server?
Push HTML prototypes to DesignPin for team review and pull reviewer feedback into your AI.
How to install io.github.opjhabuilds/designpin-mcp-server
Copy-paste configuration for popular MCP clients.
DESIGNPIN_API_KEYsecretDesignPin project-scoped API key. Generate at https://designpin.pro under Project Settings. Required for uploadVersion and listComments tools; not required for createShareLink.
DESIGNPIN_PROJECT_IDFirestore project document ID the API key is scoped to. Required when using uploadVersion or listComments.
DESIGNPIN_BASE_URLAPI base URL. Defaults to https://designpin.pro. Override only for testing against a staging or alternate host.
{
"mcpServers": {
"designpin-mcp-server": {
"command": "npx",
"args": [
"-y",
"@designpin/mcp-server"
],
"env": {
"DESIGNPIN_API_KEY": "<YOUR_DESIGNPIN_API_KEY>",
"DESIGNPIN_PROJECT_ID": "<YOUR_DESIGNPIN_PROJECT_ID>",
"DESIGNPIN_BASE_URL": "<YOUR_DESIGNPIN_BASE_URL>"
}
}
}
}{
"mcpServers": {
"designpin-mcp-server": {
"command": "npx",
"args": [
"-y",
"@designpin/mcp-server"
],
"env": {
"DESIGNPIN_API_KEY": "<YOUR_DESIGNPIN_API_KEY>",
"DESIGNPIN_PROJECT_ID": "<YOUR_DESIGNPIN_PROJECT_ID>",
"DESIGNPIN_BASE_URL": "<YOUR_DESIGNPIN_BASE_URL>"
}
}
}
}{
"mcpServers": {
"designpin-mcp-server": {
"command": "npx",
"args": [
"-y",
"@designpin/mcp-server"
],
"env": {
"DESIGNPIN_API_KEY": "<YOUR_DESIGNPIN_API_KEY>",
"DESIGNPIN_PROJECT_ID": "<YOUR_DESIGNPIN_PROJECT_ID>",
"DESIGNPIN_BASE_URL": "<YOUR_DESIGNPIN_BASE_URL>"
}
}
}
}{
"servers": {
"designpin-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@designpin/mcp-server"
],
"env": {
"DESIGNPIN_API_KEY": "<YOUR_DESIGNPIN_API_KEY>",
"DESIGNPIN_PROJECT_ID": "<YOUR_DESIGNPIN_PROJECT_ID>",
"DESIGNPIN_BASE_URL": "<YOUR_DESIGNPIN_BASE_URL>"
}
}
}
}claude mcp add designpin-mcp-server --env DESIGNPIN_API_KEY=<YOUR_DESIGNPIN_API_KEY> --env DESIGNPIN_PROJECT_ID=<YOUR_DESIGNPIN_PROJECT_ID> --env DESIGNPIN_BASE_URL=<YOUR_DESIGNPIN_BASE_URL> -- npx -y @designpin/mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.