io.github.opjhabuilds/designpin-mcp-server
Quality Score
80
/100
Push HTML prototypes to DesignPin for team review and pull reviewer feedback into your AI.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"designpin-mcp-server": {
"command": "npx",
"args": [
"-y",
"@designpin/mcp-server"
],
"env": {
"DESIGNPIN_API_KEY": "<your-designpin_api_key>",
"DESIGNPIN_PROJECT_ID": "<designpin_project_id>",
"DESIGNPIN_BASE_URL": "<designpin_base_url>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"designpin-mcp-server": {
"command": "npx",
"args": [
"-y",
"@designpin/mcp-server"
],
"env": {
"DESIGNPIN_API_KEY": "<your-designpin_api_key>",
"DESIGNPIN_PROJECT_ID": "<designpin_project_id>",
"DESIGNPIN_BASE_URL": "<designpin_base_url>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @designpin/mcp-server§02 Environment variables
DESIGNPIN_API_KEYsecret
DesignPin 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.
§03 MCP Quality Score · methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.