from Hacker News

Show HN: llm-tools-openapi and MCP: access to MCP server with this one trick

by oliviergg on 6/3/25, 11:03 PM with 0 comments

MCP servers must manage state which makes them difficult to use directly. There exists a proxy solution (https://github.com/open-webui/mcpo) that transforms an MCP server into OpenAPI REST, handling the state. This llm-tools-openAPI plugin coupled with MCPO allows access to MCP servers directly from the command line without needing to manage states.