MCP Drawing Guides MCP Server

A Model Context Protocol (MCP) server that provides access to drawing tutorials and guides from easydrawingguides.com, making it easy to find and

Local serverstdioPython

What is the MCP Drawing Guides MCP server?

Mcp drawing guides mcp server lets Claude, Cursor and other MCP clients work with MCP Drawing Guides directly. A Model Context Protocol (MCP) server that provides access to drawing tutorials and guides from easydrawingguides.com, making it easy to find and retrieve step-by-step drawing instructions for artists of all skill levels.

What MCP Drawing Guides does

A Model Context Protocol (MCP) server that provides access to drawing tutorials and guides from easydrawingguides.com, making it easy to find and retrieve step-by-step drawing instructions for artists of all skill levels.

This MCP server acts as a bridge between AI assistants and popular drawing tutorial websites, specifically designed to:

Tools it exposes

Once connected, the assistant can call these 6 tools directly:

  • Prerequisites — The Prerequisites tool exposed by this server
  • search — The search tool exposed by this server
  • get_guide — The get_guide tool exposed by this server
  • list_categories — The list_categories tool exposed by this server
  • Customization — The Customization tool exposed by this server
  • Debugging — Enable debug logging by modifying the logging level in main.py: python logging.basicConfig(level=logging.DEBUG)

Installing the mcp drawing guides mcp server

The server is distributed via PyPI as mcp-drawing-guides, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.

Requirements

  • Python 3.12 or higher - uv package manager

Where it fits

Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. MCP Drawing Guides sits in that group, and the shape of its toolset — Prerequisites, search, get_guide among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • Maintained by bhubbb, written in Python.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the mcp drawing guides mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.
searchThe search tool exposed by this server.
get_guideThe get_guide tool exposed by this server.
list_categoriesThe list_categories tool exposed by this server.
CustomizationThe Customization tool exposed by this server.
DebuggingEnable debug logging by modifying the logging level in main.py: python logging.basicConfig(level=logging.DEBUG)

How to install the MCP Drawing Guides MCP server

{
  "mcpServers": {
    "drawing-guides": {
      "command": "uvx",
      "args": ["--from", "/path/to/mcp-drawing-guides", "mcp-drawing-guides"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Python 3.12 or higher - uv package manager

Example prompts to try

  • Use MCP Drawing Guides to Prerequisites.
  • Use MCP Drawing Guides to search.
  • Use MCP Drawing Guides to get guide.

Frequently asked questions

It connects MCP Drawing Guides to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (Prerequisites, search, get_guide, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Drawing Guides directly.