Hacker News new | ask | show | jobs
by Jabrov 26 days ago
"The (annoying) solution is to package our server up into a connector/plugin and release it for each and every LLM client out there."

Isn't this literally against the entire point of MCP

1 comments

no.

you only deploy + maintain one mcp server, all mcp capable harnesses will know how to use it.

you need to publish to each marketplace for discovery, but you can also just put the the incantation on the product page and be done with it.

  claude mcp add --transport http <name> <url>
  codex mcp add <name> --url=<url>