I started with a new idea this morning: create an MCP server that allows Claude to talk to the various OpenAI models.
Now I can ask Claude to ask any of the openAI models.
What I find more fascinating is how Claude is figuring out how to use these new tools. The key is in the description of the tool, the “manifest” that Claude gets when the server is initialised (and is probably injected at the beginning of every chat).
PS: if you want to try this at home, here’s the recipe.
As an example, here’s how the description of today’s MCP server looks like:
Continue reading “More MCP fun: Claude talks with ChatGPT”