llm-mcp-client Lets Simon's llm CLI Talk to Any MCP Server
llm-mcp-client is a new alpha-stage plugin that lets Simon Willison's llm command-line tool connect to and call tools from Model Context Protocol servers.
What it is
llm-mcp-client is an early alpha (0.1a0) tool built to connect the llm CLI to MCP servers, built in response to the newly released Stateless MCP spec.
What it does
It gives the llm command-line tool a way to discover and invoke tools exposed by any MCP server, instead of requiring a dedicated agent framework just to test MCP tool integrations.
Why it matters
It lowers the bar for experimenting with MCP servers from the terminal, an alternative to spinning up a full agent harness just to poke at a server's exposed tools.
How to use it
Install the release from its GitHub tag and point it at an MCP server endpoint to list and call its tools via the llm CLI.