Prodini for Cursor, Claude Desktop, and Windsurf
Add one MCP server. Your AI gets a project-memory layer + PRD generation + clickable prototype creation. 30-second setup. Free for individuals.
30-second setup
Pick your tool. Paste the config. Restart. You're done.
Cursor
Add to your Cursor MCP config:
~/.cursor/mcp.json{
"mcpServers": {
"prodini": {
"type": "http",
"url": "https://mcp.prodini.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_PRODINI_API_KEY"
}
}
}
}Restart Cursor after saving. The 'prodini' server should appear in the MCP panel.
Claude Desktop
Add to the Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json (macOS)%APPDATA%/Claude/claude_desktop_config.json (Windows){
"mcpServers": {
"prodini": {
"type": "http",
"url": "https://mcp.prodini.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_PRODINI_API_KEY"
}
}
}
}Quit and reopen Claude Desktop. Type /mcp to confirm 'prodini' is connected.
Windsurf
Add via Windsurf Settings → MCP Servers:
~/.codeium/windsurf/mcp_config.json{
"mcpServers": {
"prodini": {
"serverUrl": "https://mcp.prodini.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_PRODINI_API_KEY"
}
}
}
}Exact JSON shape may vary slightly by tool version — check your tool's MCP docs if needed.
Where do I get YOUR_PRODINI_API_KEY? Create a free Prodini account, then visit Settings → API Keys and generate a personal token. Solo dev usage is free.
What you get
Four new tools, exposed directly inside your AI coding chat.
prodini_generate_prototype(idea)Generate a clickable v0 prototype + PRD outline straight from your IDE chat.
prodini_search_templates(query)Search your organization's PRD templates and reusable spec patterns.
prodini_save_prd(content)Push an enhanced PRD back into your Prodini workspace so your PM can pick it up.
prodini_link_to_jira(prdId)Turn the prototype into a Jira epic with a clean story breakdown.
Why developers actually use this
PM co-pilot, not just code co-pilot
Your AI tools stop being "smart autocomplete" and start helping you scope the actual feature.
Your PMs hear about it from you
Generate a prototype in Cursor, share the link with your PM — they'll ask what tool you used.
Free for solo devs
$20/mo if you want history, shared prototype gallery, and team templates.
Curious about the PM-side experience?
The same engine that powers these MCP tools is also a full product-management workspace — PRDs, prototypes, Jira sync, and more.