MCP Server
MCP
io.github.opjhabuilds/designpin-mcp-server
Push HTML prototypes to DesignPin for team review and pull reviewer feedback into your AI.
Install
npx -y @designpin/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@designpin/mcp-server",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "DesignPin project-scoped API key. Generate at https://designpin.pro under Project Settings. Required for uploadVersion and listComments tools; not required for createShareLink.",
"isSecret": true,
"name": "DESIGNPIN_API_KEY"
},
{
"description": "Firestore project document ID the API key is scoped to. Required when using uploadVersion or listComments.",
"name": "DESIGNPIN_PROJECT_ID"
},
{
"description": "API base URL. Defaults to https://designpin.pro. Override only for testing against a staging or alternate host.",
"name": "DESIGNPIN_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment