Live data from Hacker News

Show HN: I built a tool to generate MCP configurations for your servers

mcp-config-generator.koladev.xyz

1–4 of 4 posts

Show HN: I built a tool to generate MCP configurations for your servers

#1
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

Show HN: I built a tool to generate MCP configurations for your servers
mcp-config-generator.koladev.xyz

Re: Show HN: I built a tool to generate MCP configurations for your servers

#2
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...

Re: Show HN: I built a tool to generate MCP configurations for your servers

#4
post #2

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