llm-mcp
llm plugin of MCP for clients and servers.
Documentation
llm-mcp
LLM plugin for Model Context Protocol (MCP) support, enabling LLMs to use tools from any MCP server.
Requirements
- LLM version 0.26 or higher (for tool support)
- Python 3.10+
Installation
First, install or upgrade LLM to version 0.26+:
uv tool install llm
# or upgrade if you have it already
uv tool upgrade llmThen install the plugin:
llm install llm-mcpBasic Usage
Adding MCP Servers
Add a remote MCP server:
llm mcp servers add "https://gitmcp.io/simonw/llm"
✔ added server 'gitmcp_llm' with 4 toolsAdd a local MCP server via npx:
llm mcp servers add "npx @wonderwhy-er/desktop-commander"
✔ added server 'desktop_commander' with 18 toolsManaging Servers
List servers:
llm mcp servers listView server details:
llm mcp servers view gitmcp_llmRemove a server:
llm mcp servers remove gitmcp_llmUsing Tools
Once a server is added, its tools become available to use with any LLM model:
# Use a single tool
llm -T read_file "What is the secret word in secret.txt?"
# Use multiple tools
llm -T search_llm_documentation -T fetch_generic_url_content \
"Find docs for how to specify a schema in llm project"
# Debug mode to see tool calls
llm -T tool_name "your prompt" --tdRoadmap to v0.1
- ✅ v0.0.2 - Basic MCP server management and tool usage
- `llm mcp servers` for add, list, view
- Convert MCP tools to LLM tools
- Support for stdio and HTTP servers
- 🚧 v0.1.0 - Advanced features
- Remote server authentication (tokens, OAuth)
- `llm mcp toolboxes` - create and manage tool collections
- Support vanilla Python functions as tools
- `llm mcp proxy` - start MCP proxy server for toolboxes
- Proxy authentication
Resources
Safety Warning
⚠️ Tools can be dangerous! Be careful about which tools you enable when working with untrusted content. See the LLM tools documentation for important security considerations.
Frequently asked questions
What is llm-mcp?
llm-mcp is llm plugin of MCP for clients and servers.
How do I install llm-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is llm-mcp open source?
Yes — it is hosted on GitHub at https://github.com/genomoncology/llm-mcp and has 1 stars.
Related MCP tools
🙌 OpenHands: Code Less, Make More for the Model Context Protocol. Enhance AI assistants with powerful integrations. Python-based implementation.
Universal memory layer for AI Agents; Announcing OpenMemory MCP - local and secure memory management. Python-based implementation.
基于大模型搭建的聊天机器人,同时支持 微信公众号、企业微信应用、飞书、钉钉 等接入,可选择ChatGPT/Claude/DeepSeek/文心一言/讯飞星火/通义千问/ Gemini/GLM-4/Kimi/LinkAI,能处理文本、语音和图片,访问操作系统和互联网,支持基于自有知识库进行定制企业智能客服。
An LLM agent that conducts deep research (local and web) on any given topic and generates a long report with citations. Built for the Model Context Protocol to
🚀 The fast, Pythonic way to build MCP servers and clients Trusted by 19900+ developers. Trusted by 19900+ developers. Trusted by 19900+ developers.
🔥 MaxKB is an open-source platform for building enterprise-grade agents. MaxKB 是强大易用的开源企业级智能体平台。 for the Model Context Protocol. Enhance AI assistants with po
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP