Launch coins from your terminal with Bags SDK MCP server for agent auth, fee splits, claims, Dexscreener, and scout mode
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"bags-sdk-hackathon": {
"command": "npx",
"args": [
"-y",
"Alessqi/Bags-SDK-hackathon"
]
}
}
}
Run in terminal:
claude mcp add bags-sdk-hackathon npx -y Alessqi/Bags-SDK-hackathon
Add to .cursor/mcp.json:
{
"mcpServers": {
"bags-sdk-hackathon": {
"command": "npx",
"args": [
"-y",
"Alessqi/Bags-SDK-hackathon"
]
}
}
}