MCPTune

TomasrRodrigues/MCPTune
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Automatic tool-use fine-tuning for LLMs using MCP servers.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcptune": {
      "command": "uvx",
      "args": [
        "mcptune"
      ]
    }
  }
}

Or install with pip: pip install mcptune

README Excerpt

MCPTune automatically generates tool-use training datasets from Model Context Protocol (MCP) servers and fine-tunes language models for reliable tool interaction.