If you’re using MCP in production, what are you using it for? What advantages have you found over a normal API or direct tool integration or just CLI?
Ask HN: Who is using MCP in production?
1–10 of 214 posts
Re: Ask HN: Who is using MCP in production?
#2Read more about mcp tools/resources/prompts.
Re: Ask HN: Who is using MCP in production?
#3It searches to make sure it isn't a duplicate, writes up the ticket, then submits it.
Because it's a production tool, we want the cheapest possible one without it being too inaccurate. If you used a API etc, you'd end up building what's effectively a MCP-like adapter on top of it anyway so it could communicate in natural language instead of dealing with JSON and such.
Linear's MCP is also very clean and well designed, probably one of their core advantages over, say, Jira. I wouldn't know what the API looks like because the MCP works great.
Re: Ask HN: Who is using MCP in production?
#4Re: Ask HN: Who is using MCP in production?
#5I used one for an AI tool that allows people to report bugs/feature request directly. It searches to make sure it isn't a duplicate, writes up the ticket, then submits it. Because it's a production tool, we want the cheapest possible one without it being too inaccurate. If you used a API etc, you'd end up building what's effectively a MCP-like adapter on top of it anyway so it could communicate in natural language in…
I was under the impression that Linear's MCP server code isn't public. How do you know that it's well-designed beyond following spec[1][2]?
[1] https://linear.app/docs/mcp [2] https://modelcontextprotocol.io/specification/2026-07-28
Re: Ask HN: Who is using MCP in production?
#6I used one for an AI tool that allows people to report bugs/feature request directly. It searches to make sure it isn't a duplicate, writes up the ticket, then submits it. Because it's a production tool, we want the cheapest possible one without it being too inaccurate. If you used a API etc, you'd end up building what's effectively a MCP-like adapter on top of it anyway so it could communicate in natural language in…
>Linear's MCP is also very clean and well designed, probably one of their core advantages over, say, Jira. I was under the impression that Linear's MCP server code isn't public. How do you know that it's well-designed beyond following spec[1][2]? [1] https://linear.app/docs/mcp [2] https://modelcontextprotocol.io/specification/2026-07-28
Re: Ask HN: Who is using MCP in production?
#7Re: Ask HN: Who is using MCP in production?
#8Re: Ask HN: Who is using MCP in production?
#9Re: Ask HN: Who is using MCP in production?
#10I find clis or calling apis directly to be waaay cheaper and faster. The only mcp i use at this point is the jira mcp only because i set it up a while ago and it's been there for a long time now