llm-mcp
@genomoncology
About llm-mcp
llm plugin of MCP for clients and servers.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"llm-mcp": {
"command": "uv",
"args": [
"tool",
"install",
"llm"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is llm-mcp?
llm-mcp is an LLM plugin that adds Model Context Protocol (MCP) support, enabling LLMs to use tools from any MCP server. It integrates with the LLM command-line tool and is designed for users who want to extend their LLMs with external tools via MCP.
How to use llm-mcp?
Install LLM 0.26+ and the plugin with llm install llm-mcp. Then add MCP servers using llm mcp servers add <url> (remote) or llm mcp servers add "npx ..." (local). Added tools become available via the -T flag when running LLM models.
Key features of llm-mcp?
- Add remote and local MCP servers.
- List, view, and remove MCP servers.
- Convert MCP tools to LLM tools.
- Support for stdio and HTTP servers.
- Debug mode with the
--tdflag.
Use cases of llm-mcp?
- Use MCP tools to read files and answer questions.
- Chain multiple tools to search documentation and fetch URLs.
- Enable LLMs to interact with system tools like Desktop Commander.
- Manage tool collections (roadmap includes toolboxes and proxy).
FAQ from llm-mcp
What are the requirements for llm-mcp?
Requires LLM version 0.26 or higher and Python 3.10+.
What transport protocols does llm-mcp support?
It supports stdio and HTTP servers for MCP connections.
Is llm-mcp safe to use?
The README warns that tools can be dangerous; care is needed when enabling tools with untrusted content.
How do I add an MCP server to llm-mcp?
Use llm mcp servers add <url> for remote servers or llm mcp servers add "npx ..." for local servers.
Can I see debug information about tool calls?
Yes, use the --td flag with your LLM command to see tool calls in debug mode.
Frequently asked questions
What are the requirements for llm-mcp?
Requires LLM version 0.26 or higher and Python 3.10+.
What transport protocols does llm-mcp support?
It supports stdio and HTTP servers for MCP connections.
Is llm-mcp safe to use?
The README warns that tools can be dangerous; care is needed when enabling tools with untrusted content.
How do I add an MCP server to llm-mcp?
Use `llm mcp servers add <url>` for remote servers or `llm mcp servers add "npx ..."` for local servers.
Can I see debug information about tool calls?
Yes, use the `--td` flag with your LLM command to see tool calls in debug mode.
Basic information
More AI & Agents MCP servers
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic

Transform MCP
UnstructuredThe Unstructured Transform MCP Server connects your ADK agent to Unstructured, a document processing platform that turns raw files into structured, AI-ready data. This integration gives your agent the ability to parse PD
Comments