Back to all clients
Installation Steps
- 1Install Claude Code: npm install -g @anthropic-ai/claude-code
- 2Run 'claude' in your terminal to complete initial setup
- 3Add the MCP server to your settings file
- 4Restart Claude Code or run 'claude --reload-mcp'
Configuration
Config Location
~/.claude/settings.jsonAdd 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?"