A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Connect to MCP servers right from your shell. Plugin for simonw/llm.
[!Note] Current focus: Authorization #4
Install this plugin in the same environment as LLM:
llm install llm-tools-mcp
[!WARNING] It's recommended to use the
--taflag and approve each tool execution.
Create mcp.json file in ~/.llm-tools-mcp.
Example file:
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"~/demo"
]
}
}
}
List available tools.
[!WARNING]
llm toolsis not implemented for dynamic toolboxes (see this), so tools loaded as part of MCP won't be visible.
llm tools list
Run llm with tools.
llm --ta -T MCP "what files are in the demo directory? show me contents of one of the files (any)"
Dynamically change your MCP config:
llm --ta -T 'MCP("/path/to/custom/mcp.json")' "your prompt here"
uv sync --all-extras./check.sh./test.sh./e2e/e2e-docker.shstdout/stderr from the MCP SDK to a file or designated location~/.llm-tools-mcp directory namingmcp.json is malformeduv?)MCP server integration for DaVinci Resolve Studio
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots