LLM Chat MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LLM Chat MCPlist available tools"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LLM Chat MCP
MCP server library for the @johannes.latzel/llm-chat ecosystem. Wraps Tool
and ToolPackage instances behind the Model Context Protocol over stdio
or Streamable HTTP.
Features
Stdio and Streamable HTTP transports
Register any
ToolorToolPackagefrom the llm-chat ecosystemServe documents as MCP resources - register a file or an entire folder (every supported type by default) and clients can list and read them
Multi-session HTTP - each client gets an isolated MCP session
Automatic JSON Schema → Zod conversion for input validation
Related MCP server: Berry MCP Server
Prerequisites
Node.js >= 20
Installation
npm install @johannes.latzel/llm-chat-mcpDocumentation
Full documentation at johanneslatzel.github.io/llm-chat-mcp/
License
MIT. See LICENSE.
Contributing
Issues and PRs welcome at github.com/johanneslatzel/llm-chat-mcp.
This server cannot be deployed
Maintenance
Related MCP Connectors
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
The OpenRouter for tools. One MCP connection gives any AI agent 254 hosted tools, pay per call.
Turn a GitHub repo or docs site into agent-ready context: pack it or search it, over MCP.
Related MCP Servers
- AlicenseBqualityFmaintenanceA lightweight bridge that wraps OpenAI's built-in tools (like web search and code interpreter) as Model Context Protocol servers, enabling their use with Claude and other MCP-compatible models.412MIT
- AlicenseNot gradedqualityDmaintenanceA universal framework for creating and deploying custom Model Context Protocol (MCP) tool servers with decorator-based tool registration, supporting multiple transports and automatic JSON schema generation for AI assistants.1MIT
- AlicenseNot gradedqualityDmaintenanceModel Context Protocol server that standardizes tool discovery, execution, and context management for AI applications.MIT

Crabeye MCP Bridgeofficial
AlicenseNot gradedqualityDmaintenanceConsolidates multiple upstream MCP servers behind a single STDIO interface, exposing search_tools and run_tool to avoid context bloat.40 npm14MIT