MCP Server
Use StacksFinder in Claude, Cursor, VS Code, and any MCP-compatible AI. Build stacks, run audits, compare tech—without leaving your editor.
Quick Start
Install the package
npm install -g @stacksfinder/mcp-server Get your API key
Go to Settings → API Keys and create a new key.
Configure your AI assistant
Add StacksFinder to your MCP configuration (see tabs below).
Configuration
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"stacksfinder": {
"command": "npx",
"args": ["-y", "@stacksfinder/mcp-server"],
"env": {
"STACKSFINDER_API_KEY": "your-api-key-here"
}
}
}
}Available Tools
recommend_stack
Get tech stack recommendations based on constraints
analyze_tech
Deep-dive analysis of a specific technology
compare_techs
Side-by-side comparison of 2-4 technologies
list_technologies
Browse all available technology IDs
create_audit
Run a technical debt audit on your stack
get_audit
Retrieve detailed audit findings
compare_audits
Compare two audit reports over time
create_blueprint
Generate a full tech stack blueprint
get_migration_recommendation
Get migration paths from audit results
Example Prompts
recommend_stackcompare_techscreate_audit PROBuild Smarter with AI + StacksFinder
Stop switching between your IDE and browser. Get tech stack intelligence where you code.