graft-mcp-server

GRAFT-skills/graft-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated today
Connect your AI agent to the GRAFT skill marketplace via MCP
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": {
    "graft-mcp-server": {
      "command": "uvx",
      "args": [
        "graft-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install graft-mcp-server