AI Integration Guide

MCP Server

Use StacksFinder in Claude, Cursor, VS Code, and any MCP-compatible AI. Build stacks, run audits, compare tech—without leaving your editor.

25 Available Tools
npm Install Ready
OSS Open Source
3+ IDE Support
01

Quick Start

1

Install the package

npm install -g @stacksfinder/mcp-server
2

Get your API key

Go to Settings → API Keys and create a new key.

3

Configure your AI assistant

Add StacksFinder to your MCP configuration (see tabs below).

02

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"
      }
    }
  }
}
03

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

PRO

create_audit

Run a technical debt audit on your stack

PRO

get_audit

Retrieve detailed audit findings

PRO

compare_audits

Compare two audit reports over time

PRO

create_blueprint

Generate a full tech stack blueprint

PRO

get_migration_recommendation

Get migration paths from audit results

04

Example Prompts

"Recommend a tech stack for a SaaS with 2 developers, €50k budget, EU hosting required"
Uses: recommend_stack
"Compare SvelteKit vs Next.js vs Remix for a developer blog"
Uses: compare_techs
"Run a technical debt audit on React 17, Express 4.17, and MongoDB 5"
Uses: create_audit PRO

Build Smarter with AI + StacksFinder

Stop switching between your IDE and browser. Get tech stack intelligence where you code.

05

FAQ

Frequently Asked Questions