Hacker News new | ask | show | jobs
Show HN: I built a tool to generate MCP configurations for your servers (mcp-config-generator.koladev.xyz)
1 points by koladev32 264 days ago
I’ve been working with MCP servers recently and got tired of writing configuration snippets for each client by hand.

To make this easier, I built a small open-source tool https://mcp-config-generator.koladev.xyz/

It generates ready-to-use MCP configs you can drop into your README or documentation.

Supported clients: - Remote servers: Cursor, Claude Desktop, VS Code, Continue, AnythingLLM, Qodo Gen, Kiro, Opencode, Gemini CLI

- npm packages: Same list as above

- Local scripts: Cursor + Claude Desktop

It’s a simple idea, but I found it saving time. Feedback and suggestions are welcome.

GitHub link: https://github.com/koladev32/mcp-config-generator

2 comments

Congrats on the Launch, we build something similar [1], but opted to make name also optional to reduce friction even more. We also built an MCP server that serves these installation instructions :-)

[1]: https://github.com/hyprmcp/mcp-install-instructions-generato...

This is so cool
That's awesome.