gunsnation for Cline
io.github.dynamicdeals/gunsnation
MCP server for real-time access to the Gunsnation firearms catalog and specifications.
client:Cline
transport:stdio
runtime:npm
Install gunsnation in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"gunsnation": {
"command": "npx",
"args": [
"-y",
"gunsnation-mcp"
],
"env": {
"GUNSNATION_API_KEY": "<GUNSNATION_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs