rectalogic
MCP Serverrectalogicpublic

llm tools mcp

MCP toolbox plugin for llm

Repository Info

3
Stars
0
Forks
3
Watchers
0
Issues
Python
Language
Apache License 2.0
License

About This Server

MCP toolbox plugin for llm

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

llm-tools-mcp

PyPI Changelog Tests License

MCP tools support

Usage

To use this with the LLM command-line tool:

$ echo "The magic word is frumble" > magic.txt
$ uv run llm --tool 'MCP(command="npx", args=["-y", "@modelcontextprotocol/server-filesystem", "."])' "What is the magic word in the file ./magic.txt?" --tools-debug
Secure MCP Filesystem Server running on stdio
Allowed directories: [ '/Users/aw/Projects/rectalogic/llm-tools-mcp' ]

Tool call: read_file({'path': './magic.txt'})
  "CallToolResult(meta=None, content=[TextContent(type='text', text='The magic word is frumble\\n', annotations=None)], isError=False)"

The magic word in the file `magic.txt` is **frumble**.

With the LLM Python API:

import llm
from llm_tools_mcp import MCP

model = llm.get_model("gpt-4.1-mini")

result = model.chain(
    "Example prompt goes here",
    tools=[MCP(command="npx", args=["-y", "@modelcontextprotocol/server-filesystem", "."])]
).text()

Development

To set up this plugin locally, first checkout the code. Then create a new virtual environment:

cd llm-tools-mcp
uv sync

To run the tests:

uv run pytest

Quick Start

1

Clone the repository

git clone https://github.com/rectalogic/llm-tools-mcp
2

Install dependencies

cd llm-tools-mcp
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerrectalogic
Repollm-tools-mcp
LanguagePython
LicenseApache License 2.0
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation