Back to MCP Servers
🔌

stippi/code-assistant

MITAPI key required

🦀 🏠 - Coding agent with basic list, read, replace_in_file, write, execute_command and web search tools. Supports multiple projects concurrently.

RustDev Tools

Install

npx -y stippi-code-assistant

Required environment variables

ANTHROPIC_API_KEYSet in your MCP config
OPENAI_API_KEYSet in your MCP config
PERPLEXITY_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "stippi-code-assistant": {
      "command": "npx",
      "args": [
        "-y",
        "stippi-code-assistant"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>",
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
        "PERPLEXITY_API_KEY": "<YOUR_PERPLEXITY_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.