Skip to main content
Back to all clients
Claude Code

Claude Code

Anthropic's CLI tool for developers. Integrates Claude directly into your terminal workflow.

macwindowslinuxWebsiteDocs

Installation Steps

  1. 1Install Claude Code: npm install -g @anthropic-ai/claude-code
  2. 2Run 'claude' in your terminal to complete initial setup
  3. 3Add the MCP server to your settings file
  4. 4Restart Claude Code or run 'claude --reload-mcp'

Configuration

Config Location
~/.claude/settings.json
Add this to your configuration:
{
  "mcpServers": {
    "startup-starter-kit": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://www.thestartupstarterkit.com/api/mcp"]
    }
  }
}

Try These Queries

"Use the startup-starter-kit to find payment processing tools"
"Search the startup glossary for 'runway'"
"What tools help with customer support?"

Troubleshooting

Help us improve this page

Found an error or have a suggestion? We'd love to hear from you.