M
MCP Gen.ai
by @a77lic7ion
MCP-Gen.AI
Created 4/7/2026
Updated about 7 hours ago
README
Repository documentation and setup instructions
MCP Config Generator
A local-first tool to generate Model Context Protocol (MCP) configurations for various IDEs and servers.
Features
- IDE Support: VS Code, AnythingLLM, TRAE, Antigravity, OpenCode.
- Server Catalog: Filesystem, Web Search, Git, Databases, Browser, Memory, AI, DevOps, Terminal, Comms, Network, Data.
- Features:
- Expand/Collapse All: Quickly manage the visibility of all MCP server categories.
- Theme Support: Toggle between Dark and Light modes.
- Saved Configs: Save and manage multiple MCP configurations locally.
- Export/Import: Backup your configurations as JSON files.
- Settings:
- Tavily Search integration for finding MCP configs.
- Config Validation Endpoint: Validate your generated JSON against LLMs (Gemini, Mistral, Anthropic, OpenRouter).
- Styling: Cyber/Tech aesthetic with IBM Plex fonts and dark mode.
Setup
- Select your target IDE.
- Choose the MCP servers you want to include.
- Fill in any required parameters (API keys, paths).
- Click Generate MCP Config.
- Copy the generated JSON to your IDE's configuration file.
Validation
You can validate your config by providing an API key for one of the supported LLM providers in the Settings section.
Screenshots
Online search and Add
Add to your own list
load saved sessions and append new data
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-mcp-gen.ai
Cursor configuration (mcp.json)
{
"mcpServers": {
"a77lic7ion-mcp-gen-ai": {
"command": "npx",
"args": [
"a77lic7ion-mcp-gen-ai"
]
}
}
}