Free Tool · No account needed
MCP Config Generator
Generate a ready-to-paste MCP configuration for Cursor, Claude Code, or VS Code + Continue. Access 300+ AI models via a single AICredits API key — pay via UPI in ₹.
1. Select your IDE or tool
2. Enter your AICredits API key (optional)
Your key is embedded directly in the config below — it never leaves your browser.
Don't have a key? Create a free account →
3. Paste into ~/.cursor/mcp.json
{
"mcpServers": {
"aicredits": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-openai"
],
"env": {
"OPENAI_API_KEY": "sk-your-aicredits-key",
"OPENAI_BASE_URL": "https://api.aicredits.in/v1"
}
}
}
}4. Complete setup
- 1Open or create the file: ~/.cursor/mcp.json
- 2Paste the JSON config above (merge if the file already exists).
- 3Restart Cursor (Cmd+Shift+P → 'Reload Window').
- 4In any chat, type @aicredits to use any of the 300+ models via AICredits.